* config/i386/freebsd-aout.h (ASM_QUAD): Undefine.
authorAlexandre Oliva <aoliva@redhat.com>
Wed, 23 Jan 2002 00:56:28 +0000 (00:56 +0000)
committerAlexandre Oliva <aoliva@gcc.gnu.org>
Wed, 23 Jan 2002 00:56:28 +0000 (00:56 +0000)
From-SVN: r49115

gcc/ChangeLog
gcc/config/i386/freebsd-aout.h

index 31eec4cf63adddc6a4e0fe1f6d3b124e9a0d9152..a939e9bc1cb9cf9b254ce280757df55fe38ccc87 100644 (file)
@@ -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
index 87919a06c9964f30db52e399386973958b194686..0a3c6d7263e1e3b342fd76acdff7917984e3c20b 100644 (file)
@@ -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