diff options
author | obrien <obrien@FreeBSD.org> | 1999-04-22 17:45:24 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1999-04-22 17:45:24 +0000 |
commit | acbe0a68a9bb40ba7bd4ca252513c591955c901c (patch) | |
tree | e76d35527e8a7f4f0b355b38b3199e57265ee54e /contrib | |
parent | dbaaa127aaf01ccbc3241de3f13f3e11d54c31cf (diff) | |
download | FreeBSD-src-acbe0a68a9bb40ba7bd4ca252513c591955c901c.zip FreeBSD-src-acbe0a68a9bb40ba7bd4ca252513c591955c901c.tar.gz |
Use new `FBSD_SWITCH_TAKES_ARG' and `FBSD_WORD_SWITCH_TAKES_ARG'.
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/gcc/config/alpha/freebsd4.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/contrib/gcc/config/alpha/freebsd4.h b/contrib/gcc/config/alpha/freebsd4.h index aff2aee..6094e75 100644 --- a/contrib/gcc/config/alpha/freebsd4.h +++ b/contrib/gcc/config/alpha/freebsd4.h @@ -49,6 +49,9 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #undef TARGET_VERSION #define TARGET_VERSION fprintf (stderr, " (FreeBSD/alpha ELF)"); +#define SWITCH_TAKES_ARG(CHAR) (FBSD_SWITCH_TAKES_ARG(CHAR)) +#define WORD_SWITCH_TAKES_ARG(STR) (FBSD_WORD_SWITCH_TAKES_ARG(STR)) + #undef TARGET_DEFAULT #define TARGET_DEFAULT (MASK_FP | MASK_FPREGS | MASK_GAS) |