* config.gcc (arm*-*-eabi* | arm*-*-symbianelf*): Set
authorpbrook <pbrook@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 2 Sep 2004 15:43:10 +0000 (15:43 +0000)
committerpbrook <pbrook@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 2 Sep 2004 15:43:10 +0000 (15:43 +0000)
default_use_cxa_atexit=yes.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@86964 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/config.gcc

index 5137c8c..deafaa9 100644 (file)
@@ -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.
index dd07eea..b87467e 100644 (file)
@@ -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