aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorPaul Brook <paul@codesourcery.com>2004-09-02 15:43:10 +0000
committerPaul Brook <pbrook@gcc.gnu.org>2004-09-02 15:43:10 +0000
commite6fc6c9b86fc47df81a3258b4630fb68a6889c50 (patch)
treea0c89405fa56f73dc775926fcb6b6db44201c9c5 /gcc
parentd86c1b91730b2710a4042ee6972c513f939015a6 (diff)
downloadgcc-e6fc6c9b86fc47df81a3258b4630fb68a6889c50.zip
gcc-e6fc6c9b86fc47df81a3258b4630fb68a6889c50.tar.gz
gcc-e6fc6c9b86fc47df81a3258b4630fb68a6889c50.tar.bz2
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
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/config.gcc1
2 files changed, 6 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 5137c8c..deafaa9 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -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.
diff --git a/gcc/config.gcc b/gcc/config.gcc
index dd07eea..b87467e8 100644
--- a/gcc/config.gcc
+++ b/gcc/config.gcc
@@ -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