aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorJim Wilson <wilson@gcc.gnu.org>1992-10-20 13:55:29 -0700
committerJim Wilson <wilson@gcc.gnu.org>1992-10-20 13:55:29 -0700
commit7e8f4a4958cae6b7097cb1eeed7d3e38667faa87 (patch)
treea7ed56b6373ff2ffda71a0ad4cd08a1fa321919a /gcc
parentebb8e0c6c61bba35b56b7692ec73432d6089ba8e (diff)
downloadgcc-7e8f4a4958cae6b7097cb1eeed7d3e38667faa87.zip
gcc-7e8f4a4958cae6b7097cb1eeed7d3e38667faa87.tar.gz
gcc-7e8f4a4958cae6b7097cb1eeed7d3e38667faa87.tar.bz2
(WORD_SWITCH_TAKES_ARG): Delete, now unnecessary.
From-SVN: r2530
Diffstat (limited to 'gcc')
-rw-r--r--gcc/config/i960/i960.h6
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) \
{ \