bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug ld/25315] `__tcf_0' referenced in section `.rodata._ZNK6common26Cha


From: amodra at gmail dot com
Subject: [Bug ld/25315] `__tcf_0' referenced in section `.rodata._ZNK6common26ChainResidueAtomDescriptor3strB5cxx11Ev.cst4' of mode_query_balls_distances.o: defined in discarded section `.text.__tcf_0[_ZNK6common26ChainResidueAtomDescriptor3strB5cxx11Ev]' of mode_query_balls_dis
Date: Sat, 28 Dec 2019 11:33:52 +0000

https://sourceware.org/bugzilla/show_bug.cgi?id=25315

--- Comment #8 from Alan Modra <amodra at gmail dot com> ---
OK, so __tcf_0 is defined in a comdat group section with signature
_ZNK6common26ChainResidueAtomDescriptor3strB5cxx11Ev and used by another comdat
group section with the same signature.  All is good then for a local symbol
reference.  However, there is a non-comdat section intervening,
.rodata._ZNK6common26ChainResidueAtomDescriptor3strB5cxx11Ev.cst4.  Can that
one be made comdat too?  And with the same signature of course?  I think that
would be the correct solution.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]