mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-14 19:41:02 +08:00
re PR target/46040 (crtstuff.c:308:26: error: '__DTOR_LIST__' undeclared)
gcc/ PR target/46040 * config.gcc (arm*-*-linux-*eabi): Use bpabi-lib.h. (arm*-*-uclinux*eabi, arm*-*-eabi*): Likewise. libgcc/ PR target/46040 * config/arm/bpabi.h: Rename to... * config/arm/bpabi-lib.h: ...this. From-SVN: r167751
This commit is contained in:
parent
b54b7821c6
commit
26716c44a3
@ -1,3 +1,9 @@
|
||||
2010-12-13 Nathan Froyd <froydnj@codesourcery.com>
|
||||
|
||||
PR target/46040
|
||||
* config.gcc (arm*-*-linux-*eabi): Use bpabi-lib.h.
|
||||
(arm*-*-uclinux*eabi, arm*-*-eabi*): Likewise.
|
||||
|
||||
2010-12-13 Joseph Myers <joseph@codesourcery.com>
|
||||
|
||||
* config/v850/v850.h (SIZE_TYPE, PTRDIFF_TYPE, WCHAR_TYPE,
|
||||
|
@ -793,7 +793,7 @@ arm*-*-linux*) # ARM GNU/Linux with ELF
|
||||
case ${target} in
|
||||
arm*-*-linux-*eabi)
|
||||
tm_file="$tm_file arm/bpabi.h arm/linux-eabi.h"
|
||||
tm_file="$tm_file ../../libgcc/config/arm/bpabi.h"
|
||||
tm_file="$tm_file ../../libgcc/config/arm/bpabi-lib.h"
|
||||
tmake_file="$tmake_file arm/t-arm-elf arm/t-bpabi arm/t-linux-eabi t-slibgcc-libgcc"
|
||||
# Define multilib configuration for arm-linux-androideabi.
|
||||
case ${target} in
|
||||
@ -821,7 +821,7 @@ arm*-*-uclinux*) # ARM ucLinux
|
||||
case ${target} in
|
||||
arm*-*-uclinux*eabi)
|
||||
tm_file="$tm_file arm/bpabi.h arm/uclinux-eabi.h"
|
||||
tm_file="$tm_file ../../libgcc/config/arm/bpabi.h"
|
||||
tm_file="$tm_file ../../libgcc/config/arm/bpabi-lib.h"
|
||||
tmake_file="$tmake_file arm/t-bpabi"
|
||||
# The BPABI long long divmod functions return a 128-bit value in
|
||||
# registers r0-r3. Correctly modeling that requires the use of
|
||||
@ -845,7 +845,7 @@ arm*-*-eabi* | arm*-*-symbianelf* )
|
||||
need_64bit_hwint=yes
|
||||
default_use_cxa_atexit=yes
|
||||
tm_file="dbxelf.h elfos.h arm/unknown-elf.h arm/elf.h arm/bpabi.h"
|
||||
tm_file="$tm_file ../../libgcc/config/arm/bpabi.h"
|
||||
tm_file="$tm_file ../../libgcc/config/arm/bpabi-lib.h"
|
||||
tmake_file="arm/t-arm arm/t-arm-elf"
|
||||
case ${target} in
|
||||
arm*-*-eabi*)
|
||||
|
@ -1,3 +1,9 @@
|
||||
2010-12-13 Nathan Froyd <froydnj@codesourcery.com>
|
||||
|
||||
PR target/46040
|
||||
* config/arm/bpabi.h: Rename to...
|
||||
* config/arm/bpabi-lib.h: ...this.
|
||||
|
||||
2010-12-10 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
|
||||
|
||||
* configure.ac: Use i386/t-crtstuff on i?86-*-solaris2* if
|
||||
|
Loading…
x
Reference in New Issue
Block a user