diff options
author | Nick Clifton <nickc@redhat.com> | 2005-08-08 17:08:04 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2005-08-08 17:08:04 +0000 |
commit | 44c86e8c6da0c80ea8a55718bdab34e05e065abd (patch) | |
tree | 7c3abdab1d7cbb2947448cfb4a3ddeee31ec0c0a /bfd/archures.c | |
parent | 3c2e36dc6f7dc9c54ae4e7fa50b46cfe5d1ec98b (diff) | |
download | gdb-44c86e8c6da0c80ea8a55718bdab34e05e065abd.zip gdb-44c86e8c6da0c80ea8a55718bdab34e05e065abd.tar.gz gdb-44c86e8c6da0c80ea8a55718bdab34e05e065abd.tar.bz2 |
Add support for msp430x21xx 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 eb042a6..eca4601 100644 --- a/bfd/archures.c +++ b/bfd/archures.c @@ -352,6 +352,7 @@ DESCRIPTION .#define bfd_mach_msp14 14 .#define bfd_mach_msp15 15 .#define bfd_mach_msp16 16 +.#define bfd_mach_msp21 21 .#define bfd_mach_msp31 31 .#define bfd_mach_msp32 32 .#define bfd_mach_msp33 33 |