(WORD_SWITCH_TAKES_ARG): Add -Ttext and -Tbss.
authorJim Wilson <wilson@gcc.gnu.org>
Tue, 20 Oct 1992 21:01:45 +0000 (14:01 -0700)
committerJim Wilson <wilson@gcc.gnu.org>
Tue, 20 Oct 1992 21:01:45 +0000 (14:01 -0700)
From-SVN: r2533

gcc/config/m68k/sun2.h
gcc/config/m68k/sun3.h

index 9cf709c..bfe9bf7 100644 (file)
@@ -48,7 +48,8 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 /* These compiler options take an argument.  We ignore -target for now.  */
 
 #define WORD_SWITCH_TAKES_ARG(STR)                             \
- (!strcmp (STR, "Tdata") || !strcmp (STR, "include")           \
+ (!strcmp (STR, "Tdata") || !strcmp (STR, "Ttext")             \
+  || !strcmp (STR, "Tbss") || !strcmp (STR, "include")         \
   || !strcmp (STR, "imacros") || !strcmp (STR, "target")       \
   || !strcmp (STR, "assert") || !strcmp (STR, "aux-info"))
 
index 802d68c..7afab8d 100644 (file)
@@ -72,7 +72,8 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 /* These compiler options take an argument.  We ignore -target for now.  */
 
 #define WORD_SWITCH_TAKES_ARG(STR)                             \
- (!strcmp (STR, "Tdata") || !strcmp (STR, "include")           \
+ (!strcmp (STR, "Tdata") || !strcmp (STR, "Ttext")             \
+  || !strcmp (STR, "Tbss") || !strcmp (STR, "include")         \
   || !strcmp (STR, "imacros") || !strcmp (STR, "target")       \
   || !strcmp (STR, "assert") || !strcmp (STR, "aux-info"))