Reserve machine types 178-180 for Intel
H.J. Lu
hjl.tools@gmail.com
Tue Mar 31 21:19:00 GMT 2009
More information about the Binutils mailing list
Tue Mar 31 21:19:00 GMT 2009
- Previous message (by thread): Reserve machine types 178-180 for Intel
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Tue, Mar 31, 2009 at 1:45 PM, H.J. <hjl.tools@gmail.com> wrote: > Hi, > > We would like reserve machine types 178-180 for future Intel > processors: > > #define EM_INTEL178 178 /* Reserved by Intel */ > #define EM_INTEL179 179 /* Reserved by Intel */ > #define EM_INTEL180 180 /* Reserved by Intel */ > > Dave, can you put it in gABI? > I am checking in this patch into binutils. -- H.J. --- Index: ChangeLog =================================================================== --- ChangeLog (revision 5612) +++ ChangeLog (working copy) @@ -1,3 +1,9 @@ +2009-03-31 H.J. Lu <hongjiu.lu@intel.com> + + * common.h (EM_INTEL178): New. + (EM_INTEL179): Likewise. + (EM_INTEL180): Likewise. + 2009-03-20 Mikolaj Zalewski <mikolajz@google.com> * common.h (SHT_GNU_INCREMENTAL_INPUTS): Define. Index: common.h =================================================================== --- common.h (revision 5612) +++ common.h (working copy) @@ -236,6 +236,9 @@ #define EM_MCST_ELBRUS 175 /* MCST Elbrus general purpose hardware architec ture */ #define EM_ECOG16 176 /* Cyan Technology eCOG16 family */ #define EM_CR16 177 /* National Semiconductor CompactRISC 16 -bit processor */ +#define EM_INTEL178 178 /* Reserved by Intel */ +#define EM_INTEL179 179 /* Reserved by Intel */ +#define EM_INTEL180 180 /* Reserved by Intel */ /* If it is necessary to assign new unofficial EM_* values, please pick large random numbers (0x8523, 0xa7f2, etc.) to minimize the chances of collision
- Previous message (by thread): Reserve machine types 178-180 for Intel
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Binutils mailing list