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: [toolchain-devel] [Patch] set unused SRCx fields to all 1s for dspalu32 instrs


On Thursday 08 December 2011 05:51:30 Henderson, Stuart wrote:
> --- a/gas/config/bfin-parse.y
> +++ b/gas/config/bfin-parse.y
> @@ -166,6 +166,9 @@ char *current_inputline;
>  extern char *yytext;
>  int yyerror (char *);
> 
> +/* Used to set SRCx fields to all 1s as described in the PRM.  */
> +Register reg7 = {REG_R7, 0};

if we don't need it outside this file, let's mark it static

otherwise, this change looks fine to me ... let's see if Jie has any more 
feedback ...
-mike

Attachment: signature.asc
Description: This is a digitally signed message part.


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