On Wed, Jul 26, 2017 at 2:18 PM, Uros Bizjak wrote:
> Hello!
>
> This patch is the prerequisite for my next patch. It enables %z
> extension for asm_fprintf that will emit 'q' or 'l' suffixes for
> instructions with word-sized operands.
>
> 2017-07-26 Uros Bizjak
>
> * c-format.c (asm_fprin
Hello!
This patch is the prerequisite for my next patch. It enables %z
extension for asm_fprintf that will emit 'q' or 'l' suffixes for
instructions with word-sized operands.
2017-07-26 Uros Bizjak
* c-format.c (asm_fprintf_char_table): Add 'z' to format_chars.
Bootstrapped and regressio