summaryrefslogtreecommitdiff
path: root/lang/gcc-ooo/files/alpha-freebsd.h
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>1999-07-25 03:34:39 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>1999-07-25 03:34:39 +0000
commitbfd0ab650424bf85614ada5d9426edce957ba322 (patch)
tree7f9b068cfaec0d9faf068a56770a558e3edc7b98 /lang/gcc-ooo/files/alpha-freebsd.h
parentUpgrade to 2.0.11. (diff)
Fix SWITCH_TAKES_ARG / WORD_SWITCH_TAKES_ARG breakage on the Alpha created
when I changed from defining these in gcc/config/freebsd.h and instead defined extensable FreeBSD-wide definitions. While I am here, move the *SWITCH_TAKES_ARG = FBSD_*SWITCH_TAKES_ARG assignments to the global file to remove one more thing from the arch specific config files.
Notes
Notes: svn path=/head/; revision=20343
Diffstat (limited to 'lang/gcc-ooo/files/alpha-freebsd.h')
-rw-r--r--lang/gcc-ooo/files/alpha-freebsd.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/lang/gcc-ooo/files/alpha-freebsd.h b/lang/gcc-ooo/files/alpha-freebsd.h
index 6aace60c7a44..f10b264f9594 100644
--- a/lang/gcc-ooo/files/alpha-freebsd.h
+++ b/lang/gcc-ooo/files/alpha-freebsd.h
@@ -50,14 +50,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#undef TARGET_VERSION
#define TARGET_VERSION fprintf (stderr, " (FreeBSD/alpha ELF)");
-/* defined in freebsd.h
-#undef SWITCH_TAKES_ARG
-#define SWITCH_TAKES_ARG(CHAR) (FBSD_SWITCH_TAKES_ARG(CHAR))
-
-#undef WORD_SWITCH_TAKES_ARG
-#define WORD_SWITCH_TAKES_ARG(STR) (FBSD_WORD_SWITCH_TAKES_ARG(STR))
-*/
-
#undef TARGET_DEFAULT
#define TARGET_DEFAULT (MASK_FP | MASK_FPREGS | MASK_GAS)