config.gcc (arm*-*-eabi* | arm*-*-symbianelf*): Set default_use_cxa_atexit=yes.
* config.gcc (arm*-*-eabi* | arm*-*-symbianelf*): Set default_use_cxa_atexit=yes. From-SVN: r86964
This commit is contained in:
parent
d86c1b9173
commit
e6fc6c9b86
2 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
2004-09-02 Paul Brook <paul@codesourcery.com>
|
||||
|
||||
* config.gcc (arm*-*-eabi* | arm*-*-symbianelf*): Set
|
||||
default_use_cxa_atexit=yes.
|
||||
|
||||
2004-09-02 Alan Modra <amodra@bigpond.net.au>
|
||||
|
||||
* config/rs6000/linux64.h: Don't include signal.h or sys/ucontext.h.
|
||||
|
|
|
@ -657,6 +657,7 @@ arm*-*-eabi* | arm*-*-symbianelf* )
|
|||
# registers r0-r3. Correctly modeling that requires the use of
|
||||
# TImode.
|
||||
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"
|
||||
tmake_file="t-slibgcc-elf-ver arm/t-arm arm/t-arm-elf"
|
||||
case ${target} in
|
||||
|
|
Loading…
Add table
Reference in a new issue