diff options
author | Alexandre Oliva <aoliva@redhat.com> | 2002-01-23 00:56:28 +0000 |
---|---|---|
committer | Alexandre Oliva <aoliva@gcc.gnu.org> | 2002-01-23 00:56:28 +0000 |
commit | 129bd0c40e2302710a5c820f9fb45c2cd90cf385 (patch) | |
tree | ef7449855057c1908cabe3ef20af4f496175690e /gcc/config | |
parent | 8b9b74a9365d4d5b1aab5e7fb851dcbab28cb3ec (diff) | |
download | gcc-129bd0c40e2302710a5c820f9fb45c2cd90cf385.zip gcc-129bd0c40e2302710a5c820f9fb45c2cd90cf385.tar.gz gcc-129bd0c40e2302710a5c820f9fb45c2cd90cf385.tar.bz2 |
* config/i386/freebsd-aout.h (ASM_QUAD): Undefine.
From-SVN: r49115
Diffstat (limited to 'gcc/config')
-rw-r--r-- | gcc/config/i386/freebsd-aout.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/gcc/config/i386/freebsd-aout.h b/gcc/config/i386/freebsd-aout.h index 87919a0..0a3c6d7 100644 --- a/gcc/config/i386/freebsd-aout.h +++ b/gcc/config/i386/freebsd-aout.h @@ -1,6 +1,6 @@ /* Definitions of target machine for GNU compiler for Intel 80386 running FreeBSD. - Copyright (C) 1988, 1992, 1994, 1996, 1997, 1999, 2000 Free Software + Copyright (C) 1988, 1992, 1994, 1996, 1997, 1999, 2000, 2002 Free Software Foundation, Inc. Contributed by Poul-Henning Kamp <phk@login.dkuug.dk> @@ -236,3 +236,7 @@ do { \ /* Define this so we can compile MS code for use with WINE. */ #define HANDLE_PRAGMA_PACK_PUSH_POP + +/* FreeBSD 2.2.7's assembler does not support .quad properly. Do not + use it. */ +#undef ASM_QUAD |