[toolchain-devel] [Patch] set unused SRCx fields to all 1s for dspalu32 instrs
Mike Frysinger
vapier@gentoo.org
Sun Dec 11 04:53:00 GMT 2011
More information about the Binutils mailing list
Sun Dec 11 04:53:00 GMT 2011
- Previous message (by thread): [toolchain-devel] [Patch] set unused SRCx fields to all 1s for dspalu32 instrs
- Next message (by thread): [toolchain-devel] [Patch] set unused SRCx fields to all 1s for dspalu32 instrs
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: This is a digitally signed message part.
URL: <https://sourceware.org/pipermail/binutils/attachments/20111211/e4bb13f1/attachment.sig>
- Previous message (by thread): [toolchain-devel] [Patch] set unused SRCx fields to all 1s for dspalu32 instrs
- Next message (by thread): [toolchain-devel] [Patch] set unused SRCx fields to all 1s for dspalu32 instrs
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Binutils mailing list