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 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.

-- 
Joseph S. Myers
joseph@codesourcery.com


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