This is the mail archive of the binutils@sourceware.org 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]

Re: [PATCH 03/19] PRU Binutils port


On понеделник, 5 декември 2016 г. 21:30:41 EET Joseph Myers wrote:
> On Mon, 5 Dec 2016, Dimitar Dimitrov wrote:
> > diff --git a/include/elf/common.h b/include/elf/common.h
> > index da79613..d5673c5 100644
> > --- a/include/elf/common.h
> > +++ b/include/elf/common.h
> > @@ -248,7 +248,7 @@
> > 
> >  #define EM_TI_C2000	141	/* Texas Instruments TMS320C2000 DSP family */
> >  #define EM_TI_C5500	142	/* Texas Instruments TMS320C55x DSP family */
> >  #define EM_res143	143	/* Reserved */
> > 
> > -#define EM_res144	144	/* Reserved */
> > +#define EM_PRU		144	/* Texas Instruments PRUSS */
> 
> According to <http://www.sco.com/developers/gabi/latest/ch4.eheader.html>
> the name is EM_TI_PRU.  We should use the standard name unless there is a
> strong reason not to.
Thanks, I'll fix it. I'll resend v2  once I gather comments for the other 
patches.


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