Commit e6fc6c9b by Paul Brook Committed by Paul Brook

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
parent d86c1b91
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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment