diff options
author | Fred Fish <fnf@specifix.com> | 2006-07-12 21:37:21 +0000 |
---|---|---|
committer | Fred Fish <fnf@specifix.com> | 2006-07-12 21:37:21 +0000 |
commit | 08f7d065a67338224161abb9afdbc407ddfe4a31 (patch) | |
tree | 6aff6756fc922f3f4b111a2ab56d89e771573bfc /sim | |
parent | 99bcc461a52376e6b5c0fb0fa488964f8ff18b1a (diff) | |
download | gdb-08f7d065a67338224161abb9afdbc407ddfe4a31.zip gdb-08f7d065a67338224161abb9afdbc407ddfe4a31.tar.gz gdb-08f7d065a67338224161abb9afdbc407ddfe4a31.tar.bz2 |
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.
Diffstat (limited to 'sim')
-rw-r--r-- | sim/ppc/ChangeLog | 5 | ||||
-rw-r--r-- | sim/ppc/sim-endian.h | 1 |
2 files changed, 5 insertions, 1 deletions
diff --git a/sim/ppc/ChangeLog b/sim/ppc/ChangeLog index 47bf2aa..8915bea 100644 --- a/sim/ppc/ChangeLog +++ b/sim/ppc/ChangeLog @@ -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> * configure: Regenerated. diff --git a/sim/ppc/sim-endian.h b/sim/ppc/sim-endian.h index 570a311..ff33d23 100644 --- a/sim/ppc/sim-endian.h +++ b/sim/ppc/sim-endian.h @@ -94,7 +94,6 @@ INLINE_PSIM_ENDIAN(unsigned_8) endian_le2h_8(unsigned_8 x); #if defined(__linux__) # include <endian.h> -# include <asm/byteorder.h> # if defined(__LITTLE_ENDIAN) && !defined(LITTLE_ENDIAN) # define LITTLE_ENDIAN __LITTLE_ENDIAN # endif |