re PR target/40134 (symbols not resolved when building shared libraries (link with -lgcc_s -lgcc?))
2009-10-19 Matthias Klose <doko@ubuntu.com> PR target/40134 * config.gcc (arm*-*-linux-*eabi): Use config/t-slibgcc-libgcc. From-SVN: r152975
This commit is contained in:
parent
94990acabe
commit
d23a77342c
@ -1,3 +1,8 @@
|
||||
2009-10-19 Matthias Klose <doko@ubuntu.com>
|
||||
|
||||
PR target/40134
|
||||
* config.gcc (arm*-*-linux-*eabi): Use config/t-slibgcc-libgcc.
|
||||
|
||||
2009-10-19 Jakub Jelinek <jakub@redhat.com>
|
||||
|
||||
* cfgexpand.c (expand_debug_expr): Fail if bitpos < 0 for non-MEM
|
||||
|
@ -722,7 +722,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"
|
||||
tmake_file="$tmake_file arm/t-arm-elf arm/t-bpabi arm/t-linux-eabi"
|
||||
tmake_file="$tmake_file arm/t-arm-elf arm/t-bpabi arm/t-linux-eabi t-slibgcc-libgcc"
|
||||
# The BPABI long long divmod functions return a 128-bit value in
|
||||
# registers r0-r3. Correctly modeling that requires the use of
|
||||
# TImode.
|
||||
|
Loading…
x
Reference in New Issue
Block a user