[Bug target/16350] gcc only understands little endian ARM systems
nickc at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Thu Nov 8 13:44:00 GMT 2007
------- Comment #15 from nickc at gcc dot gnu dot org 2007-11-08 13:44 -------
Subject: Bug 16350
Author: nickc
Date: Thu Nov 8 13:44:09 2007
New Revision: 129999
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=129999
Log:
PR target/16350
* config.gcc: For arm*b-* define TARGET_BIG_ENDIAN_DEFAULT.
* config/arm/linux-elf.h (TARGET_ENDIAN_DEFAULT): Define based on
TARGET_BIG_ENDIAN_DEFAULT.
Use for MULTILIB_DEFAULTS.
(TARGET_DEFAULT): Set according to TARGET_ENDIAN_DEFAULT.
(LINUX_TARGET_LINK_SPEC): Pass -mlittle-endian on to the assembler.
* config/arm/linux-eabi.h (TARGET_LINKER_EMULATION): Set according to
TARGET_BIG_ENDIAN_DEFAULT.
(SUBTARGET_EXTRA_LINK_SPEC): Likewise.
* gcc/config/arm/bpabi.h (TARGET_DEFAULT_MASK): Set according to
TARGET_BIG_ENDIAN_DEFAULT.
Modified:
trunk/gcc/ChangeLog
trunk/gcc/config.gcc
trunk/gcc/config/arm/bpabi.h
trunk/gcc/config/arm/linux-eabi.h
trunk/gcc/config/arm/linux-elf.h
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16350
More information about the Gcc-bugs
mailing list