diff options
author | Nick Clifton <nickc@redhat.com> | 2004-04-22 10:33:16 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2004-04-22 10:33:16 +0000 |
commit | fd99574ba57795ede14cf8644ab4180facff4f17 (patch) | |
tree | f2d469228e9243e7d35a13b96290eb890898d271 /bfd/archures.c | |
parent | 69b975477d1abc861452d7cb2c82190e44c47a94 (diff) | |
download | binutils-gdb-fd99574ba57795ede14cf8644ab4180facff4f17.tar.gz |
Add support for ColdFire MAC instructions and tidy up support for other m68k
variants.
Diffstat (limited to 'bfd/archures.c')
-rw-r--r-- | bfd/archures.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bfd/archures.c b/bfd/archures.c index f75be843866..027ac6a8a45 100644 --- a/bfd/archures.c +++ b/bfd/archures.c @@ -85,6 +85,7 @@ DESCRIPTION .#define bfd_mach_mcf5307 11 .#define bfd_mach_mcf5407 12 .#define bfd_mach_mcf528x 13 +.#define bfd_mach_mcfv4e 14 . bfd_arch_vax, {* DEC Vax *} . bfd_arch_i960, {* Intel 960 *} . {* The order of the following is important. |