Displaying 2 results from an estimated 2 matches for "_znst9exceptiond2ev".
2015 May 06
2
[LLVMdev] [lld] Wrong references for C++ COMDAT groups
...but for a
different text segments (the exception handler stub create by clang):
Relocation section '.rela.text' at offset 0xed8 contains 2 entries:
Offset Info Type Sym. Value Sym. Name + Addend
000000000010 00480000011b R_AARCH64_CALL26 0000000000000000 _ZNSt9exceptionD2Ev + 0
000000000020 004d0000011a R_AARCH64_JUMP26 0000000000000000 _ZdlPv + 0
Relocation section '.rela.text' at offset 0xf08 contains 2 entries:
Offset Info Type Sym. Value Sym. Name + Addend
000000000010 00480000011b R_AARCH64_CALL26 0000000000000000 _Z...
2015 May 07
2
[LLVMdev] [lld] Wrong references for C++ COMDAT groups
...x2b>
As for aarch64, x86_64 object shows some relocation in group sections:
Relocation section '.rela.text' at offset 0xb48 contains 2 entries:
Offset Info Type Sym. Value Sym. Name + Addend
000000000005 003200000002 R_X86_64_PC32 0000000000000000 _ZNSt9exceptionD2Ev - 4
00000000000e 003700000002 R_X86_64_PC32 0000000000000000 _ZdlPv - 4
That should me meant only for the group section text, not the default text
segment.
On 06-05-2015 18:18, Shankar Easwaran wrote:
> Does this test pass on X86_64 ? Groups are read in the Reader and is documented below...