diff options
| author | aoliva <aoliva@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-01-23 00:56:28 +0000 |
|---|---|---|
| committer | aoliva <aoliva@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-01-23 00:56:28 +0000 |
| commit | 041307629cd628ab5e7d7a5133f7927ec5bc5070 (patch) | |
| tree | ef7449855057c1908cabe3ef20af4f496175690e | |
| parent | 455b78a0cee0584b2431c6bfca0c28474431118d (diff) | |
| download | ppe42-gcc-041307629cd628ab5e7d7a5133f7927ec5bc5070.tar.gz ppe42-gcc-041307629cd628ab5e7d7a5133f7927ec5bc5070.zip | |
* config/i386/freebsd-aout.h (ASM_QUAD): Undefine.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@49115 138bc75d-0d04-0410-961f-82ee72b054a4
| -rw-r--r-- | gcc/ChangeLog | 4 | ||||
| -rw-r--r-- | gcc/config/i386/freebsd-aout.h | 6 |
2 files changed, 9 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 31eec4cf63a..a939e9bc1cb 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2002-01-22 Alexandre Oliva <aoliva@redhat.com> + + * config/i386/freebsd-aout.h (ASM_QUAD): Undefine. + 2002-01-22 Richard Henderson <rth@redhat.com> * config/alpha/alpha.c (split_small_symbolic_mem_operand): Use diff --git a/gcc/config/i386/freebsd-aout.h b/gcc/config/i386/freebsd-aout.h index 87919a06c99..0a3c6d7263e 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 |

