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/archures.c | |
parent | a404d431a86c8271c36f168ec7cd4f6678e13209 (diff) | |
download | binutils-gdb-6b6e92f432c86611c81a5da6880946bad25b59dc.tar.gz |
Add support for 521x,5249,547x,548x.
Diffstat (limited to 'bfd/archures.c')
-rw-r--r-- | bfd/archures.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/bfd/archures.c b/bfd/archures.c index 027ac6a8a45..c66987fe847 100644 --- a/bfd/archures.c +++ b/bfd/archures.c @@ -86,6 +86,10 @@ DESCRIPTION .#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. |