aboutsummaryrefslogtreecommitdiff
path: root/include/elf/common.h
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2003-01-13 16:37:47 +0000
committerNick Clifton <nickc@redhat.com>2003-01-13 16:37:47 +0000
commit4931efb9b009d8eaf5a965f8edebdde9ac70b0c6 (patch)
tree2d1644c758bc1fc99dd050b4189c9c4734bc3701 /include/elf/common.h
parenteccce3b64661770207a2f61b0d08a4bdb198bb46 (diff)
downloadgdb-4931efb9b009d8eaf5a965f8edebdde9ac70b0c6.zip
gdb-4931efb9b009d8eaf5a965f8edebdde9ac70b0c6.tar.gz
gdb-4931efb9b009d8eaf5a965f8edebdde9ac70b0c6.tar.bz2
Change EM_MSP430 value to new, officially assigned number.
Diffstat (limited to 'include/elf/common.h')
-rw-r--r--include/elf/common.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/include/elf/common.h b/include/elf/common.h
index c8729f1..a94bc38 100644
--- a/include/elf/common.h
+++ b/include/elf/common.h
@@ -177,6 +177,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
#define EM_ARC_A5 93 /* ARC Cores Tangent-A5 */
#define EM_XTENSA 94 /* Tensilica Xtensa Architecture */
#define EM_IP2K 101 /* Ubicom IP2022 micro controller */
+#define EM_MSP430 105 /* TI msp430 micro controller */
/* If it is necessary to assign new unofficial EM_* values, please pick large
random numbers (0x8523, 0xa7f2, etc.) to minimize the chances of collision
@@ -255,10 +256,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
Written in the absense everything. */
#define EM_MSP430_OLD 0x1059
-/* TI msp430 micro controller. */
-#define EM_MSP430 0x430
-
-/* Vitesse IQ2000 */
+/* Vitesse IQ2000. */
#define EM_IQ2000 0xFEBA
/* See the above comment before you add a new EM_* value here. */