This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

PATCH: assign msp430


Hi Fellows,

Caldera assigned an official number for msp430 arch - 105.

Cheers,
Dmitry.




[2003-01-08] Dmitry Diky <diwil@mail.ru>
	* elf/common.h	(EM_MSP430):	change e_machine value to officially assigned 

Index: include/elf/common.h
===================================================================
RCS file: /cvs/src/src/include/elf/common.h,v
retrieving revision 1.51
diff -c -3 -p -r1.51 common.h
*** include/elf/common.h        3 Jan 2003 18:03:18 -0000       1.51
--- include/elf/common.h        8 Jan 2003 07:31:49 -0000
*************** Foundation, Inc., 59 Temple Place - Suit
*** 177,182 ****
--- 177,183 ----
  #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
*************** Foundation, Inc., 59 Temple Place - Suit
*** 254,262 ****
  /* MSP430 magic number
        Written in the absense everything.  */
  #define EM_MSP430_OLD         0x1059
-
- /* TI msp430 micro controller.  */
- #define EM_MSP430                     0x430

  /* Vitesse IQ2000 */
  #define EM_IQ2000             0xFEBA
--- 255,260 ----


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]