* i386/openbsd.h (INT_ASM_OP): Define.
authorRichard Henderson <rth@cygnus.com>
Fri, 4 Feb 2000 17:48:50 +0000 (09:48 -0800)
committerRichard Henderson <rth@gcc.gnu.org>
Fri, 4 Feb 2000 17:48:50 +0000 (09:48 -0800)
From-SVN: r31786

gcc/ChangeLog
gcc/config/i386/openbsd.h

index bea1ef8..7c827b1 100644 (file)
@@ -1,3 +1,7 @@
+2000-02-04  Richard Henderson  <rth@cygnus.com>
+
+       * i386/openbsd.h (INT_ASM_OP): Define.
+
 Fri Feb  4 10:51:30 2000  Hans-Peter Nilsson  <hp@bitrange.com>
 
        * tm.texi: Fix various typos.
index 1356484..13f2bda 100644 (file)
@@ -1,6 +1,5 @@
 /* Configuration for an OpenBSD i386 target.
-   
-   Copyright (C) 1999 Free Software Foundation, Inc.
+   Copyright (C) 1999, 2000 Free Software Foundation, Inc.
 
 This file is part of GNU CC.
 
@@ -135,3 +134,7 @@ Boston, MA 02111-1307, USA.  */
 
 /* Note that we pick up ASM_OUTPUT_MI_THUNK from unix.h.  */
 
+/* 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"