Patch reviewed and approved by Daniel Jacobowitz <drow@false.org>.
2006-07-12 Fred Fish <fnf@specifix.com> * sim-endian.h (asm/byteorder.h): Don't include private kernel header.
This commit is contained in:
parent
99bcc461a5
commit
08f7d065a6
@ -1,3 +1,8 @@
|
|||||||
|
2006-07-12 Fred Fish <fnf@specifix.com>
|
||||||
|
|
||||||
|
* sim-endian.h (asm/byteorder.h): Don't include private kernel
|
||||||
|
header.
|
||||||
|
|
||||||
2006-06-13 Richard Earnshaw <rearnsha@arm.com>
|
2006-06-13 Richard Earnshaw <rearnsha@arm.com>
|
||||||
|
|
||||||
* configure: Regenerated.
|
* configure: Regenerated.
|
||||||
|
@ -94,7 +94,6 @@ INLINE_PSIM_ENDIAN(unsigned_8) endian_le2h_8(unsigned_8 x);
|
|||||||
|
|
||||||
#if defined(__linux__)
|
#if defined(__linux__)
|
||||||
# include <endian.h>
|
# include <endian.h>
|
||||||
# include <asm/byteorder.h>
|
|
||||||
# if defined(__LITTLE_ENDIAN) && !defined(LITTLE_ENDIAN)
|
# if defined(__LITTLE_ENDIAN) && !defined(LITTLE_ENDIAN)
|
||||||
# define LITTLE_ENDIAN __LITTLE_ENDIAN
|
# define LITTLE_ENDIAN __LITTLE_ENDIAN
|
||||||
# endif
|
# endif
|
||||||
|
Loading…
Reference in New Issue
Block a user