aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeoffrey Keating <geoffk@apple.com>2006-03-01 23:22:41 +0000
committerGeoffrey Keating <geoffk@apple.com>2006-03-01 23:22:41 +0000
commit1a7c14c59d83c191fcd520228d479e29748eab23 (patch)
treef21f37b134f1dec2791d7bf4d43578b08750ef3e
parentedc37131db2bd9650617f7334ef1548644f5ee92 (diff)
Back out change for 3992198.apple/gcc-5327
git-svn-id: https://gcc.gnu.org/svn/gcc/branches/apple-local-200502-branch@111619 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--gcc/ChangeLog.apple-ppc5
-rw-r--r--gcc/config.gcc2
2 files changed, 0 insertions, 7 deletions
diff --git a/gcc/ChangeLog.apple-ppc b/gcc/ChangeLog.apple-ppc
index 29a538cc88e..4696b9ff4a0 100644
--- a/gcc/ChangeLog.apple-ppc
+++ b/gcc/ChangeLog.apple-ppc
@@ -19,11 +19,6 @@
* config/rs6000.c (TARGET_VECTOR_ALIGNMENT_REACHABLE,
rs6000_vector_alignment_reachable): New.
-2006-02-27 Geoffrey Keating <geoffk@apple.com>
-
- Radar 3992198
- * config.gcc (*-*-darwin*): Define default_use_cxa_atexit.
-
2006-02-27 Stuart Hastings <stuart@apple.com>
Radar 4356747
diff --git a/gcc/config.gcc b/gcc/config.gcc
index 49a6a00c0a3..3366ad328f6 100644
--- a/gcc/config.gcc
+++ b/gcc/config.gcc
@@ -365,8 +365,6 @@ case ${target} in
cxx_target_objs="darwin-c.o"
extra_parts="crt2.o"
extra_objs="darwin.o"
- # APPLE LOCAL cxa_atexit 3992198
- default_use_cxa_atexit=yes
case ${enable_threads} in
"" | yes | posix) thread_file='posix' ;;
esac