diff options
author | Dave Brolley <brolley@redhat.com> | 2003-10-08 17:57:59 +0000 |
---|---|---|
committer | Dave Brolley <brolley@redhat.com> | 2003-10-08 17:57:59 +0000 |
commit | 381bc3e4f7c573cddded1ce97d3cdc8b32548599 (patch) | |
tree | 1af9ce1e441fb9b25be8b0497ce0c495548fde9a /bfd/bfd-in2.h | |
parent | 4490f806a4fa228b195cf07959f6684bcfb958b3 (diff) | |
download | gdb-381bc3e4f7c573cddded1ce97d3cdc8b32548599.tar.gz |
2003-10-08 Dave Brolley <brolley@redhat.com>
On behalf of Michael Snyder <msnyder@redhat.com>
* archures.c: Add FRV fr550 machine.
* cpu-frv.c: Ditto.
* elf32-frv.c: Ditto.
* bfd-in2.h: Regenerate.
Diffstat (limited to 'bfd/bfd-in2.h')
-rw-r--r-- | bfd/bfd-in2.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bfd/bfd-in2.h b/bfd/bfd-in2.h index d74fc1c48e0..fcbe98afaaa 100644 --- a/bfd/bfd-in2.h +++ b/bfd/bfd-in2.h @@ -1710,6 +1710,7 @@ enum bfd_architecture #define bfd_mach_fr400 400 #define bfd_mach_frvtomcat 499 /* fr500 prototype */ #define bfd_mach_fr500 500 +#define bfd_mach_fr550 550 bfd_arch_mcore, bfd_arch_ia64, /* HP/Intel ia64 */ #define bfd_mach_ia64_elf64 64 |