ARM: Add support for armeb-*-eabi*
authorWill Newton <will.newton@linaro.org>
Mon, 4 Aug 2014 09:52:04 +0000 (10:52 +0100)
committerWill Newton <will.newton@linaro.org>
Wed, 20 Aug 2014 15:58:36 +0000 (16:58 +0100)
commit01e6c1a48d2c56a5e8a78f54b3b2021da42257e7
tree9ef9c2f07bea677a552ec9a252b11db00dec975a
parentaacf0b33aa8a55f935be02a6f6a3b3b62f60d14b
ARM: Add support for armeb-*-eabi*

At the moment it is possible to configure binutils for these triples
but the resulting linker defaults to little endian with huge numbers
of testsuite failures, which on the face of it does not appear to make
much sense.

This patch makes the behaviour similar to armeb-elf and the testsuite
is clean.

bfd/ChangeLog:

2014-08-20  Will Newton  <will.newton@linaro.org>

* config.bfd: Default armeb-*-eabi* to big endian.

ld/ChangeLog:

2014-08-20  Will Newton  <will.newton@linaro.org>

* configure.tgt: Default armeb-*-eabi* to big endian.
bfd/ChangeLog
bfd/config.bfd
ld/ChangeLog
ld/configure.tgt
This page took 0.039509 seconds and 4 git commands to generate.