(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 9cf709c9684dd97d759885d8ace9bfe5c44e69f7..bfe9bf7ca61172d4252b5f575eb11a454f2fa400 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 802d68cdd061c3df9b7685eb7a3f9f5e2dcbfb45..7afab8db02e07f4540d10ef8a8be638f8ab0919d 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"))