diff options
author | 2002-05-18 23:14:27 +0000 | |
---|---|---|
committer | 2002-05-18 23:14:27 +0000 | |
commit | 5adebf8c728dba25e6198a01340e6e0790d47bb9 (patch) | |
tree | c680acfcea3c02bff3082117e2a60dce3e555186 | |
parent | Update paths from 4.3BSD to 4.4BSD; partially from NetBSD (diff) | |
download | wireguard-openbsd-5adebf8c728dba25e6198a01340e6e0790d47bb9.tar.xz wireguard-openbsd-5adebf8c728dba25e6198a01340e6e0790d47bb9.zip |
don't duplicate things here, just include xm-obsd.h.
fixes warnings found by deraadt@. tested by miod@
-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 |