config.gcc (arm*-*-eabi* | arm*-*-symbianelf*): Set default_use_cxa_atexit=yes.
authorPaul Brook <paul@codesourcery.com>
Thu, 2 Sep 2004 15:43:10 +0000 (15:43 +0000)
committerPaul Brook <pbrook@gcc.gnu.org>
Thu, 2 Sep 2004 15:43:10 +0000 (15:43 +0000)
* config.gcc (arm*-*-eabi* | arm*-*-symbianelf*): Set
default_use_cxa_atexit=yes.

From-SVN: r86964

gcc/ChangeLog
gcc/config.gcc

index 5137c8ce0319f901a545762c703c226fce069961..deafaa9b8441b1256140fd5104d203e05cc2f3e5 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 dd07eea8d0bd200352db571141ef4035d16d39e9..b87467e82ab12a95ab7cbd8ee9733ec0ae95a1bf 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