Hi Andreas,

On Fri, 10 Jun 2016, Andreas Tobler wrote:
FreeBSD 11 will bring unaligned access support for armv6 and up.
This patch enables it.

If no objection I'll commit it to trunk, gcc-6 branch and gcc-5 branch in the next days.

As FreeBSD maintainer, you don't need to wait, though it is considered good practice to first start on trunk and push back to release branches after a few days (or weeks). For a straightforward change like this I don't think that is necessary, though.

2016-06-10  Andreas Tobler  <andre...@gcc.gnu.org>

        * config/arm/freebsd.h: Enable unaligned access for armv6 on
        FreeBSD 11.

Two comments on this ChangeLog:  Right now all versions are enabled,
aren't they?  And this is not specific to FreeBSD 11, but 11 and above?

So, how about the following variation?

* config/arm/freebsd.h: Only enable unaligned access for armv6 on FreeBSD 11 and above.

Gerald

Reply via email to