This is the mail archive of the gcc@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: LTO symtabs inconsistency


On 17/10/2010 19:21, Jan Hubicka wrote:
>> On 16/10/2010 21:20, Dave Korn wrote:

> 
>> LTO symtab entries to be transformed by ASM_OUTPUT_LABELREF, are they
>> intended to be assembler-level symbols, or are they supposed to be
>> C-level symbols?
> 
> Hmm, yes, whatever mangling happens in real symbol output should happen
> when producing the symtab entry too.

  Ouch.  Bashing ASM_OUTPUT_LABELREF into a shape where it can be used in a
sprintf-style fashion rather than just outputting to a FILE* stream will be a
big job.

    cheers,
      DaveK


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