Re: [PATCH 1/2, c-family]: Add 'z' to asm_fprintf_char_table

2017-07-30 Thread Uros Bizjak
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

[PATCH 1/2, c-family]: Add 'z' to asm_fprintf_char_table

2017-07-26 Thread Uros Bizjak
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