]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
* archures.c bfd-in2.h: Add bfd_mach_i386_i386 and
authorStu Grossman <grossman@cygnus>
Wed, 17 Jul 1996 06:51:21 +0000 (06:51 +0000)
committerStu Grossman <grossman@cygnus>
Wed, 17 Jul 1996 06:51:21 +0000 (06:51 +0000)
bfd_mach_i386_i8086 machine types.

bfd/ChangeLog
bfd/archures.c
bfd/bfd-in2.h

index f2572478f0b95e788ca7829d13a359942245ab3a..72fe7ea5f85815b4dd244024a34d9ff21dee7c3a 100644 (file)
@@ -1,7 +1,7 @@
-Mon Jul 15 16:39:43 1996  Stu Grossman  (grossman@critters.cygnus.com)
+Tue Jul 16 23:49:02 1996  Stu Grossman  (grossman@critters.cygnus.com)
 
-       * bfd-in2.h:  Add bfd_mach_i386_i386 and bfd_mach_i386_i8086
-       machine types.
+       * archures.c 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>
 
index 09426b99a50d5a6f3994a3e4ef5c298c5688bbaf..7c80e215db61e9b939b4bf2a611a93cc87ad24b5 100644 (file)
@@ -104,6 +104,8 @@ DESCRIPTION
 .  ((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 *}
index 496fb617f8ea656b5dd7cd1798ff0ecb6ccfd8ce..bf36b24f38d7b349ae1ac4aef579d5f4ecc7a828 100644 (file)
@@ -1194,7 +1194,9 @@ enum bfd_architecture
   bfd_arch_h8300,      /* Hitachi H8/300 */
 #define bfd_mach_h8300   1
 #define bfd_mach_h8300h  2
+  /* start-sanitize-h8s */
 #define bfd_mach_h8300s  3
+  /* end-sanitize-h8s */
   bfd_arch_powerpc,    /* PowerPC */
   bfd_arch_rs6000,     /* IBM RS/6000 */
   bfd_arch_hppa,       /* HP PA RISC */