diff options
author | Jim Wilson <wilson@gcc.gnu.org> | 1992-10-20 13:55:29 -0700 |
---|---|---|
committer | Jim Wilson <wilson@gcc.gnu.org> | 1992-10-20 13:55:29 -0700 |
commit | 7e8f4a4958cae6b7097cb1eeed7d3e38667faa87 (patch) | |
tree | a7ed56b6373ff2ffda71a0ad4cd08a1fa321919a | |
parent | ebb8e0c6c61bba35b56b7692ec73432d6089ba8e (diff) | |
download | gcc-7e8f4a4958cae6b7097cb1eeed7d3e38667faa87.zip gcc-7e8f4a4958cae6b7097cb1eeed7d3e38667faa87.tar.gz gcc-7e8f4a4958cae6b7097cb1eeed7d3e38667faa87.tar.bz2 |
(WORD_SWITCH_TAKES_ARG): Delete, now unnecessary.
From-SVN: r2530
-rw-r--r-- | gcc/config/i960/i960.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gcc/config/i960/i960.h b/gcc/config/i960/i960.h index 6033078..bdfbb73 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) \ { \ |