Il 06/06/2012 09:15, Steven Bosscher ha scritto: > + add_asm_printf ("%s\n\t.ascii \"%s\"\n", > + READONLY_DATA_SECTION_ASM_OP, string); > + else
Need to escape the string as in mips_output_ascii, of course. :( Paolo
Il 06/06/2012 09:15, Steven Bosscher ha scritto: > + add_asm_printf ("%s\n\t.ascii \"%s\"\n", > + READONLY_DATA_SECTION_ASM_OP, string); > + else
Need to escape the string as in mips_output_ascii, of course. :( Paolo