This is the mail archive of the
dwarf2@corp.sgi.com
mailing list for the dwarf2 project.
Re: duplicate dwarf2 reduction via comdat
>>>>> "Jim" == Jim Dehnert <dehnert@transmeta.com> writes:
> Jason Merrill wrote:
>> So symbolic references are OK after all? That's how my implementation
>> works.
> It is fine to refer to a global symbol defined with a value that's in
> a group section's address range, as long as you're conscious about which
> of the group's symbols might not be defined in another instance of the
> group that might displace it.
OK, good. In this case, all of the symbols will be defined.
Jason