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] Use comdat for sparc PIC thunks...


From: Jakub Jelinek <jakub@redhat.com>
Date: Mon, 15 Mar 2010 07:42:34 +0100

> On Sun, Mar 14, 2010 at 04:16:45PM -0700, David Miller wrote:
>> +  if (USE_HIDDEN_LINKONCE)
>> +    sprintf (name, "__sparc_get_pc_thunk_%s", pic_name);
> 
> At least one dot in the name would be nice, while __ is a reserved name, it
> is IMHO still better not to be able to mess it up from C/C++ code.
> Perhaps __sparc_get_pc_thunk.%s ?

Sure, I'll use that name instead.


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