diff options
author | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2002-05-18 23:14:28 +0000 |
---|---|---|
committer | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2002-05-18 23:14:28 +0000 |
commit | ad3ac1354e00a5b44f2f1c7566c1d859bb4aa7bc (patch) | |
tree | 0bdf2a640a7cc63043ffe321e108a472e385b2ad /gnu | |
parent | 1266d825862e0200d3ac447fa46d81689c901354 (diff) |
don't duplicate things here, just include xm-obsd.h.
fixes warnings found by deraadt@. tested by miod@
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/usr.bin/binutils/gdb/config/alpha/xm-alphaobsd.h | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/gnu/usr.bin/binutils/gdb/config/alpha/xm-alphaobsd.h b/gnu/usr.bin/binutils/gdb/config/alpha/xm-alphaobsd.h index 08024bb65cb..faf551b30fa 100644 --- a/gnu/usr.bin/binutils/gdb/config/alpha/xm-alphaobsd.h +++ b/gnu/usr.bin/binutils/gdb/config/alpha/xm-alphaobsd.h @@ -17,11 +17,8 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ -#if !defined (HOST_BYTE_ORDER) -#define HOST_BYTE_ORDER LITTLE_ENDIAN -#endif +/* Get generic OpenBSD host definitions. */ +#include "xm-obsd.h" /* The alpha has no siginterrupt routine. */ #define NO_SIGINTERRUPT - -#define HAVE_TERMIOS |