aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorNathanael Nerode <neroden@gcc.gnu.org>2003-08-28 20:09:21 +0000
committerNathanael Nerode <neroden@gcc.gnu.org>2003-08-28 20:09:21 +0000
commit199c4ccc890f9b69cee77caf0d7025cfebc4ed55 (patch)
treeb86877cad17033decc57b4a6f2f5187f32ed8dd2 /gcc
parent98ff7c4dc1a08e4990a20268adaf934c805af6f9 (diff)
downloadgcc-199c4ccc890f9b69cee77caf0d7025cfebc4ed55.zip
gcc-199c4ccc890f9b69cee77caf0d7025cfebc4ed55.tar.gz
gcc-199c4ccc890f9b69cee77caf0d7025cfebc4ed55.tar.bz2
mkfixinc.sh: Remove special case code for unsupported arm and hppa variants.
* fixinc/mkfixinc.sh: Remove special case code for unsupported arm and hppa variants. From-SVN: r70887
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog5
-rwxr-xr-xgcc/fixinc/mkfixinc.sh6
2 files changed, 5 insertions, 6 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 9cf3ee4..bedc139 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,8 @@
+2003-08-28 Nathanael Nerode <neroden@gcc.gnu.org>
+
+ * fixinc/mkfixinc.sh: Remove special case code for unsupported
+ arm and hppa variants.
+
2003-08-28 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* builtin-types.def (BT_FN_INT_FLOAT, BT_FN_INT_DOUBLE,
diff --git a/gcc/fixinc/mkfixinc.sh b/gcc/fixinc/mkfixinc.sh
index ff178b9..a85246d 100755
--- a/gcc/fixinc/mkfixinc.sh
+++ b/gcc/fixinc/mkfixinc.sh
@@ -47,15 +47,9 @@ case $machine in
;;
alpha*-dec-*vms* | \
- arm-semi-aout | \
- armel-semi-aout | \
arm-semi-aof | \
- armel-semi-aof | \
hppa1.1-*-osf* | \
- hppa1.0-*-osf* | \
hppa1.1-*-bsd* | \
- hppa1.0-*-bsd* | \
- hppa*-*-lites* | \
i370-*-openedition | \
i?86-moss-msdos* | \
i?86-*-moss* | \