diff options
author | Nick Clifton <nickc@redhat.com> | 2004-05-05 14:33:14 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2004-05-05 14:33:14 +0000 |
commit | 6b6e92f432c86611c81a5da6880946bad25b59dc (patch) | |
tree | 9b92050c4b2399f52aebbc64343bdf41fb5642b4 /bfd/bfd-in2.h | |
parent | a404d431a86c8271c36f168ec7cd4f6678e13209 (diff) | |
download | gdb-6b6e92f432c86611c81a5da6880946bad25b59dc.zip gdb-6b6e92f432c86611c81a5da6880946bad25b59dc.tar.gz gdb-6b6e92f432c86611c81a5da6880946bad25b59dc.tar.bz2 |
Add support for 521x,5249,547x,548x.
Diffstat (limited to 'bfd/bfd-in2.h')
-rw-r--r-- | bfd/bfd-in2.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/bfd/bfd-in2.h b/bfd/bfd-in2.h index c246356..ee194f9 100644 --- a/bfd/bfd-in2.h +++ b/bfd/bfd-in2.h @@ -1505,6 +1505,10 @@ enum bfd_architecture #define bfd_mach_mcf5407 12 #define bfd_mach_mcf528x 13 #define bfd_mach_mcfv4e 14 +#define bfd_mach_mcf521x 15 +#define bfd_mach_mcf5249 16 +#define bfd_mach_mcf547x 17 +#define bfd_mach_mcf548x 18 bfd_arch_vax, /* DEC Vax */ bfd_arch_i960, /* Intel 960 */ /* The order of the following is important. |