2007-02-13 Paul Brook <paul@codesourcery.com>
commit1ad38120b5aafd9fdfd7862770d58b8d0d4aeb4e
authorpbrook <pbrook@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 14 Feb 2007 00:29:52 +0000 (14 00:29 +0000)
committerpbrook <pbrook@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 14 Feb 2007 00:29:52 +0000 (14 00:29 +0000)
treed6fb6aef5ef320b0b983ada9172b0305d4a4669b
parent6c05758d382b3c0f142d2ddd9fd1d4706a77bf6b
2007-02-13  Paul Brook  <paul@codesourcery.com>

gcc/
* config.gcc: Add arm*-*-uclinux-*eabi.
* config/arm/uclinux-elf.h (TARGET_OS_CPP_BUILTINS): Define.
(SUBTARGET_EXTRA_LINK_SPEC): Define.
(STARTFILE_SPEC, ENDFILE_SPEC): Remove broken -shared handling.
(LINK_GCC_C_SEQUENCE_SPEC): Undef.
(LINK_SPEC): Define.
(LIB_SPEC): Define.
* config/arm/arm.c (arm_override_options): Use r9 as EABI PIC
register.
* config/arm/uclinux-eabi.h: New file.
* config/arm/linux-eabi.h (WCHAR_TYPE): Remove.
* config/arm/linux-gas.h (WCHAR_TYPE): Use unsigned long on AAPCS
based targets.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@121902 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/config.gcc
gcc/config/arm/arm.c
gcc/config/arm/linux-eabi.h
gcc/config/arm/linux-gas.h
gcc/config/arm/uclinux-eabi.h [copied from gcc/config/arm/linux-eabi.h with 51% similarity]
gcc/config/arm/uclinux-elf.h