This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [patch][PCH] Do not write/read asm_out_file


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]