aboutsummaryrefslogtreecommitdiff
path: root/bfd
diff options
context:
space:
mode:
authorStu Grossman <grossman@cygnus>1996-07-15 23:41:21 +0000
committerStu Grossman <grossman@cygnus>1996-07-15 23:41:21 +0000
commit3cc21bf6026d36d26f8a250e0005727042c663af (patch)
treee4f42c6b756e094f506539f1dc1d16ca826fe601 /bfd
parenteddf8efeac38b585a69cab88e64346a977da171f (diff)
downloadgdb-3cc21bf6026d36d26f8a250e0005727042c663af.zip
gdb-3cc21bf6026d36d26f8a250e0005727042c663af.tar.gz
gdb-3cc21bf6026d36d26f8a250e0005727042c663af.tar.bz2
* bfd-in2.h: Add bfd_mach_i386_i386 and bfd_mach_i386_i8086
machine types.
Diffstat (limited to 'bfd')
-rw-r--r--bfd/ChangeLog5
-rw-r--r--bfd/bfd-in2.h2
2 files changed, 7 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 07b4fbc..f257247 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -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
diff --git a/bfd/bfd-in2.h b/bfd/bfd-in2.h
index 84b553f..496fb61 100644
--- a/bfd/bfd-in2.h
+++ b/bfd/bfd-in2.h
@@ -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 */