* bfd-in2.h: Add bfd_mach_i386_i386 and bfd_mach_i386_i8086
authorStu Grossman <grossman@cygnus>
Mon, 15 Jul 1996 23:41:21 +0000 (23:41 +0000)
committerStu Grossman <grossman@cygnus>
Mon, 15 Jul 1996 23:41:21 +0000 (23:41 +0000)
machine types.

bfd/ChangeLog
bfd/bfd-in2.h

index 07b4fbc593930791a801cb24385e9b90efef2659..f2572478f0b95e788ca7829d13a359942245ab3a 100644 (file)
@@ -1,3 +1,8 @@
+Mon Jul 15 16:39:43 1996  Stu Grossman  (grossman@critters.cygnus.com)
+
+       * bfd-in2.h:  Add bfd_mach_i386_i386 and bfd_mach_i386_i8086
+       machine types.
+
 Wed Jul 10 12:42:56 1996  Ian Lance Taylor  <ian@cygnus.com>
 
        * ecoff.c (_bfd_ecoff_new_section_hook): Set SEC_CODE for _INIT
index 84b553fb15693494196ed1edbd8eb63e4bc71023..496fb617f8ea656b5dd7cd1798ff0ecb6ccfd8ce 100644 (file)
@@ -1181,6 +1181,8 @@ enum bfd_architecture
   ((mach) >= bfd_mach_sparc_v8plus && (mach) <= bfd_mach_sparc_v9a)
   bfd_arch_mips,       /* MIPS Rxxxx */
   bfd_arch_i386,       /* Intel 386 */
+#define bfd_mach_i386_i386 0
+#define bfd_mach_i386_i8086 1
   bfd_arch_we32k,      /* AT&T WE32xxx */
   bfd_arch_tahoe,      /* CCI/Harris Tahoe */
   bfd_arch_i860,       /* Intel 860 */