diff options
author | aoliva <aoliva@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-04-25 17:10:04 +0000 |
---|---|---|
committer | aoliva <aoliva@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-04-25 17:10:04 +0000 |
commit | 9bff45c7b7e074191f9f3668240eadd666f499a4 (patch) | |
tree | 892da7efac076399103000cdb76d24e9b4a01e32 /gcc/config/i386 | |
parent | acd5b5405c1dd433b1312df27943de9f96ebe23c (diff) | |
download | gcc-9bff45c7b7e074191f9f3668240eadd666f499a4.tar.gz |
* config/i386/freebsd.h (INT_ASM_OP): Define.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@33417 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/i386')
-rw-r--r-- | gcc/config/i386/freebsd.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/gcc/config/i386/freebsd.h b/gcc/config/i386/freebsd.h index b8342355603..ba1487fb08c 100644 --- a/gcc/config/i386/freebsd.h +++ b/gcc/config/i386/freebsd.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 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" |