Re: [PATCH] dwarf2asm.c for AIX

2017-07-25 Thread Richard Biener
On Sun, Jul 23, 2017 at 5:10 AM, David Edelsohn wrote: > dw2_asm_output_nstring() essentially inlines the version of > OUTPUT_ASCII for the GNU Assembler ELF file format for the debug_asm > case to append the comment and calls OUTPUT_ASCII when not debugging. > The DWARF

[PATCH] dwarf2asm.c for AIX

2017-07-22 Thread David Edelsohn
dw2_asm_output_nstring() essentially inlines the version of OUTPUT_ASCII for the GNU Assembler ELF file format for the debug_asm case to append the comment and calls OUTPUT_ASCII when not debugging. The DWARF portion of the GCC testsuite relies on the text that appears in the comments, so it needs