[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug ld/23304] ARM linker fails to combine identical typeinfo sections
From: |
nickc at redhat dot com |
Subject: |
[Bug ld/23304] ARM linker fails to combine identical typeinfo sections |
Date: |
Tue, 19 Jun 2018 05:35:39 +0000 |
https://sourceware.org/bugzilla/show_bug.cgi?id=23304
--- Comment #3 from Nick Clifton <nickc at redhat dot com> ---
(In reply to Nick Clifton from comment #2)
Darn C++ name mangling. I was looking at the wrong symbol. It should have
been _ZTS13test_templateIlLl2EE and it does look like the compiler is wrong:
.word _ZTS13test_templateIlLl2EE
.global _ZTS13test_templateIlLl2EE
.align 2
.type _ZTS13test_templateIlLl2EE, %object
whereas the x86_64 compiler produces:
.quad _ZTS13test_templateIlLl2EE
.weak _ZTS13test_templateIlLl2EE
.section
.rodata._ZTS13test_templateIlLl2EE,"aG",@progbits,_ZTS13test_templateIlLl2EE,comdat
.align 16
.type _ZTS13test_templateIlLl2EE, @object
More investigation to follow...
--
You are receiving this mail because:
You are on the CC list for the bug.
- [Bug ld/23304] New: ARM linker fails to combine identical typeinfo sections, nickc at redhat dot com, 2018/06/18
- [Bug ld/23304] ARM linker fails to combine identical typeinfo sections, pbrobinson at gmail dot com, 2018/06/18
- [Bug ld/23304] ARM linker fails to combine identical typeinfo sections, ccoutant at gmail dot com, 2018/06/18
- [Bug ld/23304] ARM linker fails to combine identical typeinfo sections, belegdol at gmail dot com, 2018/06/19
- [Bug ld/23304] ARM linker fails to combine identical typeinfo sections, nickc at redhat dot com, 2018/06/19
- [Bug ld/23304] ARM linker fails to combine identical typeinfo sections,
nickc at redhat dot com <=
- [Bug ld/23304] ARM linker fails to combine identical typeinfo sections, nickc at redhat dot com, 2018/06/19