diff options
author | Nick Clifton <nickc@redhat.com> | 2003-01-13 16:37:47 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2003-01-13 16:37:47 +0000 |
commit | 948039cf4adfe2d3a7e6c3af1ae64be6a5b6fb6a (patch) | |
tree | a44ee73ea603c73a0373e4751b9ffa6154e0dd4c /include | |
parent | 9f0d3f37f3177fa32286c101aeb0cab9cf6e790a (diff) | |
download | newlib-948039cf4adfe2d3a7e6c3af1ae64be6a5b6fb6a.zip newlib-948039cf4adfe2d3a7e6c3af1ae64be6a5b6fb6a.tar.gz newlib-948039cf4adfe2d3a7e6c3af1ae64be6a5b6fb6a.tar.bz2 |
Change EM_MSP430 value to new, officially assigned number.
Diffstat (limited to 'include')
-rw-r--r-- | include/elf/ChangeLog | 7 | ||||
-rw-r--r-- | include/elf/common.h | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/include/elf/ChangeLog b/include/elf/ChangeLog index 4303088..40c8884 100644 --- a/include/elf/ChangeLog +++ b/include/elf/ChangeLog @@ -1,4 +1,9 @@ -2002-01-02 Ben Elliston <bje@redhat.com> +2003-01-13 Dmitry Diky <diwil@mail.ru> + + * elf/common.h (EM_MSP430): Change e_machine value to officially + assigned. + +2003-01-02 Ben Elliston <bje@redhat.com> * common.h (EM_IQ2000): Define. * iq2000.h: New file. 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. */ |