Fix a braino
authorStan Shebs <shebs@codesourcery.com>
Tue, 9 Nov 1993 19:43:51 +0000 (19:43 +0000)
committerStan Shebs <shebs@codesourcery.com>
Tue, 9 Nov 1993 19:43:51 +0000 (19:43 +0000)
bfd/ChangeLog
bfd/m68klynx.c

index 0cc7410..6177384 100644 (file)
@@ -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.
index 08b5cd7..295b7d0 100644 (file)
@@ -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"