From: Jim Wilson Date: Tue, 20 Oct 1992 20:55:29 +0000 (-0700) Subject: (WORD_SWITCH_TAKES_ARG): Delete, now unnecessary. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=7e8f4a4958cae6b7097cb1eeed7d3e38667faa87;p=gcc.git (WORD_SWITCH_TAKES_ARG): Delete, now unnecessary. From-SVN: r2530 --- diff --git a/gcc/config/i960/i960.h b/gcc/config/i960/i960.h index 6033078fd1a..bdfbb73baf0 100644 --- a/gcc/config/i960/i960.h +++ b/gcc/config/i960/i960.h @@ -84,12 +84,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #define LIB_SPEC "%{!nostdlib:-lcg %{p:-lprof}%{pg:-lgprof}\ %{mka:-lfpg}%{msa:-lfpg}%{mca:-lfpg}%{mcf:-lfpg} -lgnu}" -/* 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, "aux-info")) - /* Omit frame pointer at -O2. Inline functions at -O3. */ #define OPTIMIZATION_OPTIONS(LEVEL) \ { \