diff options
author | Jeff Law <law@redhat.com> | 1999-01-26 14:40:02 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 1999-01-26 14:40:02 +0000 |
commit | 5eb715f8343bd9535288dc0dffd9277823570b79 (patch) | |
tree | 752676e5b1924f83651e88199324c49cad7c7de8 /bfd/archures.c | |
parent | 9e58f7c1efdae822c841dfbf2e35a50e6ed3afb2 (diff) | |
download | gdb-5eb715f8343bd9535288dc0dffd9277823570b79.zip gdb-5eb715f8343bd9535288dc0dffd9277823570b79.tar.gz gdb-5eb715f8343bd9535288dc0dffd9277823570b79.tar.bz2 |
am33 sanitization changes
Diffstat (limited to 'bfd/archures.c')
-rw-r--r-- | bfd/archures.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/bfd/archures.c b/bfd/archures.c index 179f8d8..f62f9a7 100644 --- a/bfd/archures.c +++ b/bfd/archures.c @@ -121,6 +121,7 @@ DESCRIPTION .#define bfd_mach_mips4010 4010 .#define bfd_mach_mips4100 4100 . {* start-sanitize-vr4xxx *} +.#define bfd_mach_mips4111 4111 .#define bfd_mach_mips4121 4121 . {* end-sanitize-vr4xxx *} .#define bfd_mach_mips4300 4300 @@ -155,6 +156,7 @@ DESCRIPTION . bfd_arch_i386, {* Intel 386 *} .#define bfd_mach_i386_i386 0 .#define bfd_mach_i386_i8086 1 +.#define bfd_mach_i386_i386_intel_syntax 2 . bfd_arch_we32k, {* AT&T WE32xxx *} . bfd_arch_tahoe, {* CCI/Harris Tahoe *} . bfd_arch_i860, {* Intel 860 *} @@ -214,9 +216,9 @@ DESCRIPTION . bfd_arch_mn10200, {* Matsushita MN10200 *} . bfd_arch_mn10300, {* Matsushita MN10300 *} .#define bfd_mach_mn10300 300 -. {* start-sanitize-am33 *} +. {* start-sanitize-cygnus *} .#define bfd_mach_am33 330 -. {* end-sanitize-am33 *} +. {* end-sanitize-cygnus *} . bfd_arch_fr30, .#define bfd_mach_fr30 0x46523330 . bfd_arch_last |