From: Stan Shebs Date: Tue, 9 Nov 1993 19:43:51 +0000 (+0000) Subject: Fix a braino X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0f5bc78309c0726ed6775c23e1fd01e173aa9fd4;p=binutils-gdb.git Fix a braino --- diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 0cc74106379..6177384dd45 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,7 @@ +Tue Nov 9 11:40:27 1993 Stan Shebs (shebs@rtl.cygnus.com) + + * m68klynx.c (TARGET_IS_BIG_ENDIAN_P): Define. + Tue Nov 9 11:26:05 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com) * libelf.h: Added some comments. diff --git a/bfd/m68klynx.c b/bfd/m68klynx.c index 08b5cd7194d..295b7d0eb9f 100644 --- a/bfd/m68klynx.c +++ b/bfd/m68klynx.c @@ -36,4 +36,6 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ #include "libaout.h" #include "aout/aout64.h" +#define TARGET_IS_BIG_ENDIAN_P + #include "aout-target.h"