aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Kenner <kenner@gcc.gnu.org>1995-06-05 19:13:09 -0400
committerRichard Kenner <kenner@gcc.gnu.org>1995-06-05 19:13:09 -0400
commit7743927bd1a73f54cb73ed260bf3bddabc010ff2 (patch)
tree798c1f9af62bbcdf89821975f73176c7601aca00
parenta1efcf3c405f3ae4b76a4778bbb6326f4bb83c50 (diff)
downloadgcc-7743927bd1a73f54cb73ed260bf3bddabc010ff2.zip
gcc-7743927bd1a73f54cb73ed260bf3bddabc010ff2.tar.gz
gcc-7743927bd1a73f54cb73ed260bf3bddabc010ff2.tar.bz2
(MACHINE_TYPE): Say "IRIX 5.x", not "5.0".
(NO_DOLLAR_IN_LABEL): Undefine. From-SVN: r9881
-rw-r--r--gcc/config/mips/iris5.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/gcc/config/mips/iris5.h b/gcc/config/mips/iris5.h
index 75766cf..70945cf 100644
--- a/gcc/config/mips/iris5.h
+++ b/gcc/config/mips/iris5.h
@@ -1,5 +1,5 @@
/* Definitions of target machine for GNU compiler. Iris version 5.
- Copyright (C) 1993 Free Software Foundation, Inc.
+ Copyright (C) 1993, 1995 Free Software Foundation, Inc.
This file is part of GNU CC.
@@ -119,7 +119,8 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#undef MIPS_DEBUGGING_INFO
#undef MACHINE_TYPE
-#define MACHINE_TYPE "SGI running IRIX 5.0"
+#define MACHINE_TYPE "SGI running IRIX 5.x"
+#undef NO_DOLLAR_IN_LABEL
/* -G is incompatible with -KPIC which is the default, so only allow objects
in the small data section if the user explicitly asks for it. */