diff options
| author | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-02-04 17:48:50 +0000 |
|---|---|---|
| committer | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-02-04 17:48:50 +0000 |
| commit | 5008dc924a7d7d50caf587d3181c3636914b1bcd (patch) | |
| tree | 068441d75eb51f0e2e991d2d4fae757e99c6ca31 | |
| parent | 408dfb15c9c1834f939ff2ffbe97ee62123830fa (diff) | |
| download | ppe42-gcc-5008dc924a7d7d50caf587d3181c3636914b1bcd.tar.gz ppe42-gcc-5008dc924a7d7d50caf587d3181c3636914b1bcd.zip | |
* i386/openbsd.h (INT_ASM_OP): Define.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@31786 138bc75d-0d04-0410-961f-82ee72b054a4
| -rw-r--r-- | gcc/ChangeLog | 4 | ||||
| -rw-r--r-- | gcc/config/i386/openbsd.h | 7 |
2 files changed, 9 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index bea1ef89fdf..7c827b1b519 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -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. diff --git a/gcc/config/i386/openbsd.h b/gcc/config/i386/openbsd.h index 1356484e678..13f2bdab5a0 100644 --- a/gcc/config/i386/openbsd.h +++ b/gcc/config/i386/openbsd.h @@ -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" |

