* libaout.h, netbsd386.c: Change M_I386 to M_386_NETBSD. M_I386
authorJim Kingdon <jkingdon@engr.sgi.com>
Wed, 1 Sep 1993 19:28:53 +0000 (19:28 +0000)
committerJim Kingdon <jkingdon@engr.sgi.com>
Wed, 1 Sep 1993 19:28:53 +0000 (19:28 +0000)
is an SCO pre-define.

bfd/ChangeLog
bfd/netbsd386.c

index 8be38d7db526c151f06e96972d959878350add12..fc028d5965ac742cf68696f64b7d5e214d17cbd6 100644 (file)
@@ -1,3 +1,8 @@
+Wed Sep  1 14:23:32 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
+
+       * libaout.h, netbsd386.c: Change M_I386 to M_386_NETBSD.  M_I386
+       is an SCO pre-define.
+
 Tue Aug 31 12:50:19 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
 
        * nlmcode.h (nlm_object_p): Set HAS_SYMS if there are external
index 0cf5193b9a2d652f8b434a1c91f949799bbb0336..7a42700e66b96a4ab41c34239df911d9f53cf870 100644 (file)
@@ -30,7 +30,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.  */
 #define        SEGMENT_SIZE    PAGE_SIZE
 
 #define        DEFAULT_ARCH    bfd_arch_i386
-#define MACHTYPE_OK(mtype) ((mtype) == M_386 || (mtype) == M_I386 || (mtype) == M_UNKNOWN)
+#define MACHTYPE_OK(mtype) ((mtype) == M_386 || (mtype) == M_386_NETBSD || (mtype) == M_UNKNOWN)
 
 #define MY(OP) CAT(netbsd386_,OP)
 /* This needs to start with a.out so GDB knows it is an a.out variant.  */