diff options
author | Nick Clifton <nickc@redhat.com> | 2003-08-08 10:14:52 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2003-08-08 10:14:52 +0000 |
commit | 3b260895e34c44f647aac36633959733e020e7fa (patch) | |
tree | e2459f6df6ef7e18363fc2892095692047ec40fe /bfd/archures.c | |
parent | ff85ab24ab5e9d9230a0859aed45c03b13bea246 (diff) | |
download | gdb-3b260895e34c44f647aac36633959733e020e7fa.zip gdb-3b260895e34c44f647aac36633959733e020e7fa.tar.gz gdb-3b260895e34c44f647aac36633959733e020e7fa.tar.bz2 |
Add MSP430 variants
Diffstat (limited to 'bfd/archures.c')
-rw-r--r-- | bfd/archures.c | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/bfd/archures.c b/bfd/archures.c index 77f6a9e..407cd26 100644 --- a/bfd/archures.c +++ b/bfd/archures.c @@ -301,19 +301,20 @@ DESCRIPTION . bfd_arch_xstormy16, .#define bfd_mach_xstormy16 1 . bfd_arch_msp430, {* Texas Instruments MSP430 architecture. *} -.#define bfd_mach_msp110 110 .#define bfd_mach_msp11 11 +.#define bfd_mach_msp110 110 .#define bfd_mach_msp12 12 .#define bfd_mach_msp13 13 .#define bfd_mach_msp14 14 -.#define bfd_mach_msp41 41 +.#define bfd_mach_msp15 15 +.#define bfd_mach_msp16 16 .#define bfd_mach_msp31 31 .#define bfd_mach_msp32 32 .#define bfd_mach_msp33 33 +.#define bfd_mach_msp41 41 +.#define bfd_mach_msp42 42 .#define bfd_mach_msp43 43 .#define bfd_mach_msp44 44 -.#define bfd_mach_msp15 15 -.#define bfd_mach_msp16 16 . bfd_arch_xtensa, {* Tensilica's Xtensa cores. *} .#define bfd_mach_xtensa 1 . bfd_arch_last |