aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStu Grossman <grossman@cygnus>1996-07-17 06:51:21 +0000
committerStu Grossman <grossman@cygnus>1996-07-17 06:51:21 +0000
commit9676e4461a9965aa297bbf7f46aeaff1a6620c31 (patch)
tree549eb2b4436ed8a0a765285e067cdf17a8f8e91b
parent76420d4630b6d072ec8dba3add80c76adfe7bd08 (diff)
downloadgdb-9676e4461a9965aa297bbf7f46aeaff1a6620c31.zip
gdb-9676e4461a9965aa297bbf7f46aeaff1a6620c31.tar.gz
gdb-9676e4461a9965aa297bbf7f46aeaff1a6620c31.tar.bz2
* archures.c bfd-in2.h: Add bfd_mach_i386_i386 and
bfd_mach_i386_i8086 machine types.
-rw-r--r--bfd/ChangeLog6
-rw-r--r--bfd/archures.c2
-rw-r--r--bfd/bfd-in2.h2
3 files changed, 7 insertions, 3 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index f257247..72fe7ea 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -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>
diff --git a/bfd/archures.c b/bfd/archures.c
index 09426b9..7c80e21 100644
--- a/bfd/archures.c
+++ b/bfd/archures.c
@@ -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 *}
diff --git a/bfd/bfd-in2.h b/bfd/bfd-in2.h
index 496fb61..bf36b24 100644
--- a/bfd/bfd-in2.h
+++ b/bfd/bfd-in2.h
@@ -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 */