aboutsummaryrefslogtreecommitdiff
path: root/bfd/archures.c
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 /bfd/archures.c
parent76420d4630b6d072ec8dba3add80c76adfe7bd08 (diff)
downloadfsf-binutils-gdb-9676e4461a9965aa297bbf7f46aeaff1a6620c31.zip
fsf-binutils-gdb-9676e4461a9965aa297bbf7f46aeaff1a6620c31.tar.gz
fsf-binutils-gdb-9676e4461a9965aa297bbf7f46aeaff1a6620c31.tar.bz2
* archures.c bfd-in2.h: Add bfd_mach_i386_i386 and
bfd_mach_i386_i8086 machine types.
Diffstat (limited to 'bfd/archures.c')
-rw-r--r--bfd/archures.c2
1 files changed, 2 insertions, 0 deletions
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 *}