aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Mitchell <mark@codesourcery.com>2005-07-19 04:58:59 +0000
committerMark Mitchell <mark@codesourcery.com>2005-07-19 04:58:59 +0000
commit2030411ea536567082fb547371adab55ff81d129 (patch)
treefd071679eace3d47cda1fc7e70122808d84dc778
parent099987026cdfd6526242e57692fbd1d76c618aeb (diff)
* gcc/config.gcc (powerpc-wrs-linux-gnu): Add 64-bit support.
* gcc/config/rs6000/linux64.h: Remove stray #endif. git-svn-id: https://gcc.gnu.org/svn/gcc/branches/csl-3_4_3-linux-branch@102152 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--ChangeLog.csl5
-rw-r--r--gcc/config.gcc2
-rw-r--r--gcc/config/rs6000/linux64.h2
3 files changed, 6 insertions, 3 deletions
diff --git a/ChangeLog.csl b/ChangeLog.csl
index 9c818856a0d..38d0b6dfa1c 100644
--- a/ChangeLog.csl
+++ b/ChangeLog.csl
@@ -1,3 +1,8 @@
+2005-07-18 Mark Mitchell <mark@codesourcery.com>
+
+ * gcc/config.gcc (powerpc-wrs-linux-gnu): Add 64-bit support.
+ * gcc/config/rs6000/linux64.h: Remove stray #endif.
+
2005-07-07 Paul Brook <paul@codesourcery.com>
Issue #347
diff --git a/gcc/config.gcc b/gcc/config.gcc
index d67c66c1cdc..b8b7c3e0f47 100644
--- a/gcc/config.gcc
+++ b/gcc/config.gcc
@@ -1750,7 +1750,7 @@ pdp11-*-*)
# tmake_file="${tmake_file} rs6000/t-fprules "
# extra_headers=
# ;;
-powerpc64-*-linux*)
+powerpc64-*-linux*|powerpc-wrs-linux-gnu)
tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h"
test x$with_cpu != x || cpu_is_64bit=yes
test x$cpu_is_64bit != xyes || tm_file="${tm_file} rs6000/default64.h"
diff --git a/gcc/config/rs6000/linux64.h b/gcc/config/rs6000/linux64.h
index 3c920bb8cd5..013e23a9a82 100644
--- a/gcc/config/rs6000/linux64.h
+++ b/gcc/config/rs6000/linux64.h
@@ -561,5 +561,3 @@ while (0)
#ifdef IN_LIBGCC2
#include "config/rs6000/linux-unwind.h"
#endif
-
-#endif