Commit 2e3af27c by Richard Henderson Committed by Richard Henderson

* i386/openbsd.h (INT_ASM_OP): Define.

From-SVN: r31786
parent 43c5c8a6
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> Fri Feb 4 10:51:30 2000 Hans-Peter Nilsson <hp@bitrange.com>
* tm.texi: Fix various typos. * tm.texi: Fix various typos.
......
/* Configuration for an OpenBSD i386 target. /* Configuration for an OpenBSD i386 target.
Copyright (C) 1999, 2000 Free Software Foundation, Inc.
Copyright (C) 1999 Free Software Foundation, Inc.
This file is part of GNU CC. This file is part of GNU CC.
...@@ -135,3 +134,7 @@ Boston, MA 02111-1307, USA. */ ...@@ -135,3 +134,7 @@ Boston, MA 02111-1307, USA. */
/* Note that we pick up ASM_OUTPUT_MI_THUNK from unix.h. */ /* 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"
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment