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 | 9c8ee6396f82802caad489d807c2779d5d5e3b59 (patch) | |
tree | c8e39e326baab2a36a834dfb30bef373b94c1976 /bfd/bfd-in2.h | |
parent | ac7c07aceadb63ee009216c7948ba046585cac4b (diff) | |
download | gdb-9c8ee6396f82802caad489d807c2779d5d5e3b59.zip gdb-9c8ee6396f82802caad489d807c2779d5d5e3b59.tar.gz gdb-9c8ee6396f82802caad489d807c2779d5d5e3b59.tar.bz2 |
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 d74fc1c..fcbe98a 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 |