From 24f6f95eca9e40532078a888006cac1dc3e404c5 Mon Sep 17 00:00:00 2001 From: Richard Stallman Date: Sat, 21 Mar 1992 22:46:57 +0000 Subject: entered into RCS From-SVN: r550 --- gcc/config/m68k/next.h | 1 + gcc/config/m68k/sun2.h | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'gcc') 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. */ -- cgit v1.1