diff options
author | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-02-02 23:27:03 +0000 |
---|---|---|
committer | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-02-02 23:27:03 +0000 |
commit | 1d656f74b6fd314426cd80d41f753acb2221fb94 (patch) | |
tree | e757f821cbf60aaef152febcc83e6fb02b25885e /gcc/config/i386 | |
parent | 0c67c70116fec4ab48a358c8c7186f4ed0bc3302 (diff) | |
download | gcc-1d656f74b6fd314426cd80d41f753acb2221fb94.tar.gz |
* i386/netbsd.h (INT_ASM_OP): Define.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@31766 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/i386')
-rw-r--r-- | gcc/config/i386/netbsd.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/config/i386/netbsd.h b/gcc/config/i386/netbsd.h index ce135ae342b..ad2b56b50a4 100644 --- a/gcc/config/i386/netbsd.h +++ b/gcc/config/i386/netbsd.h @@ -86,3 +86,7 @@ and initialization stuff better. */ #define DWARF2_UNWIND_INFO 0 +/* 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" |