This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils 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: Group identifier of a comdat group



>-----Original Message-----
>No, group_signature use the sh_link field of the group section to load
>up the symbol table, then uses sh_info to index into the symbol table.
>The name field of that particular symbol is read, converted to host
>byte order, then used to find the name string in the string table
>section.
>
That's what I figured out too. I checked on IA64 Linux and IA64 HPUX, the
name field of that particular symbol is always 0, thus the result name
string is always "".  I verified it with debugging objcopy, group_signture
always return "". Any ideas?
Thanks.


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