On Wed, Jul 26, 2017 at 2:18 PM, Uros Bizjak <ubiz...@gmail.com> 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 <ubiz...@gmail.com> > > * c-format.c (asm_fprintf_char_table): Add 'z' to format_chars. > > Bootstrapped and regression tested on x86_64-linux-gnu {,-m32}. > > OK for mainline?
I went ahead and committed the patch. Uros.