From: Fred Fish Date: Wed, 12 Jul 2006 21:37:21 +0000 (+0000) Subject: Patch reviewed and approved by Daniel Jacobowitz . X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=08f7d065a67338224161abb9afdbc407ddfe4a31;p=binutils-gdb.git Patch reviewed and approved by Daniel Jacobowitz . 2006-07-12 Fred Fish * sim-endian.h (asm/byteorder.h): Don't include private kernel header. --- diff --git a/sim/ppc/ChangeLog b/sim/ppc/ChangeLog index 47bf2aa0ff8..8915bea733d 100644 --- a/sim/ppc/ChangeLog +++ b/sim/ppc/ChangeLog @@ -1,3 +1,8 @@ +2006-07-12 Fred Fish + + * sim-endian.h (asm/byteorder.h): Don't include private kernel + header. + 2006-06-13 Richard Earnshaw * configure: Regenerated. diff --git a/sim/ppc/sim-endian.h b/sim/ppc/sim-endian.h index 570a311f531..ff33d238fd1 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 -# include # if defined(__LITTLE_ENDIAN) && !defined(LITTLE_ENDIAN) # define LITTLE_ENDIAN __LITTLE_ENDIAN # endif