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/bfd-in2.h | |
parent | 3c2e36dc6f7dc9c54ae4e7fa50b46cfe5d1ec98b (diff) | |
download | gdb-44c86e8c6da0c80ea8a55718bdab34e05e065abd.zip gdb-44c86e8c6da0c80ea8a55718bdab34e05e065abd.tar.gz gdb-44c86e8c6da0c80ea8a55718bdab34e05e065abd.tar.bz2 |
Add support for msp430x21xx variants
Diffstat (limited to 'bfd/bfd-in2.h')
-rw-r--r-- | bfd/bfd-in2.h | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/bfd/bfd-in2.h b/bfd/bfd-in2.h index 1c99cc2..139627a 100644 --- a/bfd/bfd-in2.h +++ b/bfd/bfd-in2.h @@ -1936,6 +1936,7 @@ enum bfd_architecture #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 @@ -4486,9 +4487,10 @@ void bfd_preserve_restore (bfd *, struct bfd_preserve *); void bfd_preserve_finish (bfd *, struct bfd_preserve *); -void bfd_hide_symbol - (bfd *, struct bfd_link_info *, - struct bfd_link_hash_entry *, bfd_boolean); +void bfd_hide_symbol (bfd *, + struct bfd_link_info *, + struct bfd_link_hash_entry *, + bfd_boolean); /* Extracted from archive.c. */ symindex bfd_get_next_mapent |