Delete HOST_BYTE_ORDER.

This commit is contained in:
Andrew Cagney
2001-12-02 02:57:18 +00:00
parent d41b701bc0
commit 2607059cba
55 changed files with 48 additions and 222 deletions

View File

@@ -1237,7 +1237,8 @@ extern void *alloca ();
#endif /* Not GNU C */
#endif /* alloca not defined */
/* HOST_BYTE_ORDER must be defined to one of these. */
/* Get a definition of BIG_ENDIAN and LITTLE_ENDIAN. */
/* FIXME: cagney/2001-10-31: GDB should just use BFD's definitions. */
#ifdef HAVE_ENDIAN_H
#include <endian.h>