OSDN Git Service

* config/i386/freebsd.h (INT_ASM_OP): Define.
authoraoliva <aoliva@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 25 Apr 2000 17:10:04 +0000 (17:10 +0000)
committeraoliva <aoliva@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 25 Apr 2000 17:10:04 +0000 (17:10 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@33417 138bc75d-0d04-0410-961f-82ee72b054a4

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

index c3a02e2..03876e4 100644 (file)
@@ -1,3 +1,7 @@
+Tue Apr 25 14:06:40 2000  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
+
+       * config/i386/freebsd.h (INT_ASM_OP): Define.
+
 Tue Apr 25 14:51:07 MET DST 2000  Jan Hubicka  <jh@suse.cz>
 
        * loop.c (strength_reduce): Fix typo in the last checkin.
index b834235..ba1487f 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 Free Software
+   Copyright (C) 1988, 1992, 1994, 1996, 1997, 1999, 2000 Free Software
    Foundation, Inc.
    Contributed by Poul-Henning Kamp <phk@login.dkuug.dk>
 
@@ -245,3 +245,8 @@ do {                                                                    \
 
 /* Define this so we can compile MS code for use with WINE.  */
 #define HANDLE_PRAGMA_PACK_PUSH_POP
+
+/* This is the pseudo-op used to generate a 32-bit word of data with a
+   specific value in some section.  */
+
+#define INT_ASM_OP ".long"