From: Richard Stallman Date: Sat, 4 Jul 1992 16:19:09 +0000 (+0000) Subject: (WORD_SWITCH_TAKES_ARG): Fix typo. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0859cd514b7dc5b242619827acca1525a17502e7;p=gcc.git (WORD_SWITCH_TAKES_ARG): Fix typo. From-SVN: r1420 --- diff --git a/gcc/config/i960/i960.h b/gcc/config/i960/i960.h index 9b8b496f1dd..c15e535af7d 100644 --- a/gcc/config/i960/i960.h +++ b/gcc/config/i960/i960.h @@ -87,7 +87,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ /* These compiler options take an argument. */ #define WORD_SWITCH_TAKES_ARG(STR) \ (!strcmp (STR, "Tdata") || !strcmp (STR, "include") \ - || !strcmp (STR, "imacros") || !strcmp (STR, "Ttext") + || !strcmp (STR, "imacros") || !strcmp (STR, "Ttext") \ || !strcmp (STR, "aux-info")) /* Omit frame pointer at -O2. Inline functions at -O3. */