[PATCH] rs6000.c missing target hook

David Edelsohn dje.gcc@gmail.com
Tue May 22 23:57:00 GMT 2012


On Tue, May 22, 2012 at 1:31 PM, Mike Stump <mikestump@comcast.net> wrote:

>>   fprintf (asm_out_file, "\t.ref %s\n",
>> -          TARGET_STRIP_NAME_ENCODING (frame_table_label));
>> +          (* targetm.strip_name_encoding) (frame_table_label));
>
> Any reason to not remove (* and )?

I wanted to be consistent with the rest of the file, which uses that style.

- David



More information about the Gcc-patches mailing list