aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorRichard Stallman <rms@gnu.org>1992-03-21 22:46:57 +0000
committerRichard Stallman <rms@gnu.org>1992-03-21 22:46:57 +0000
commit24f6f95eca9e40532078a888006cac1dc3e404c5 (patch)
tree42e9fe74f6a00f86b73e2458896575d234692e78 /gcc
parent86df8901a5789742c1c6b304f349a2c2aa1e4fd6 (diff)
downloadgcc-24f6f95eca9e40532078a888006cac1dc3e404c5.zip
gcc-24f6f95eca9e40532078a888006cac1dc3e404c5.tar.gz
gcc-24f6f95eca9e40532078a888006cac1dc3e404c5.tar.bz2
entered into RCS
From-SVN: r550
Diffstat (limited to 'gcc')
-rw-r--r--gcc/config/m68k/next.h1
-rw-r--r--gcc/config/m68k/sun2.h2
2 files changed, 2 insertions, 1 deletions
diff --git a/gcc/config/m68k/next.h b/gcc/config/m68k/next.h
index 413e8ea..2e5a85f 100644
--- a/gcc/config/m68k/next.h
+++ b/gcc/config/m68k/next.h
@@ -89,6 +89,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
!strcmp (STR, "sectalign") ? 3 : \
!strcmp (STR, "segcreate") ? 3 : \
!strcmp (STR, "sectorder") ? 3 : \
+ !strcmp (STR, "aux-info") ? 1 : \
0)
/* Names to predefine in the preprocessor for this target machine. */
diff --git a/gcc/config/m68k/sun2.h b/gcc/config/m68k/sun2.h
index be31833..9cf709c 100644
--- a/gcc/config/m68k/sun2.h
+++ b/gcc/config/m68k/sun2.h
@@ -50,7 +50,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#define WORD_SWITCH_TAKES_ARG(STR) \
(!strcmp (STR, "Tdata") || !strcmp (STR, "include") \
|| !strcmp (STR, "imacros") || !strcmp (STR, "target") \
- || !strcmp (STR, "assert"))
+ || !strcmp (STR, "assert") || !strcmp (STR, "aux-info"))
/* Specify what to link with. */