[Bug gold/19891] arm: The order of IFUNC (R_ARM_IRELATIVE and R_ARM_JUMP_SLOT) relocations is incorrect

2016-04-06 Thread dimitry at google dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=19891 --- Comment #2 from dimitry --- Hi, This is the source file: https://android.googlesource.com/platform/bionic/+/master/tests/libs/dlopen_testlib_ifunc.c -- You are receiving this mail because: You are on the CC list for the bug. ___

[Bug gold/19891] New: arm: The order of IFUNC (R_ARM_IRELATIVE and R_ARM_JUMP_SLOT) relocations is incorrect

2016-03-30 Thread dimitry at google dot com
Severity: normal Priority: P2 Component: gold Assignee: ccoutant at gmail dot com Reporter: dimitry at google dot com CC: ian at airs dot com Target Milestone: --- Here readelf -r -W output for arm library: Relocation section '.rel.dy

[Bug gold/19163] arm64: zero out *reloc for bug compatibility with android linker

2015-10-22 Thread dimitry at google dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=19163 --- Comment #2 from dimitry --- by *reloc I meant mapped memory from elf file at Elf64_Rela::r_offset. -- You are receiving this mail because: You are on the CC list for the bug. ___ bug-binutils

[Bug gold/19163] New: arm64: zero out *reloc for bug compatibility with android linker

2015-10-22 Thread dimitry at google dot com
Priority: P2 Component: gold Assignee: ccoutant at gmail dot com Reporter: dimitry at google dot com CC: ian at airs dot com Target Milestone: --- Android linker has a bug (affecting version L, L-MR1 and M) where it processes R_AARCH64_ABS

[Bug gold/18596] hidden symbol warnings may fire even if a visible symbol is available

2015-06-29 Thread dimitry at google dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=18596 dimitry changed: What|Removed |Added CC||dimitry at google dot com -- You are

[Bug ld/17615] aarch64: ld.bfd generates SHN_ABS instead of SHN_UNDEF

2015-01-16 Thread dimitry at google dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=17615 dimitry changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|INVALID

[Bug ld/17615] aarch64: ld.bfd generates SHN_ABS instead of SHN_UNDEF

2014-12-19 Thread dimitry at google dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=17615 --- Comment #12 from dimitry --- and yes; there is no .bss section when I use ld directly.. so is this gcc bug then? -- You are receiving this mail because: You are on the CC list for the bug. ___

[Bug ld/17615] aarch64: ld.bfd generates SHN_ABS instead of SHN_UNDEF

2014-12-19 Thread dimitry at google dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=17615 --- Comment #11 from dimitry --- (In reply to H.J. Lu from comment #10) > Use "ld --gc-sections -shared" directly. You will see there is no > .bss section at all. The .bss section you see comes from other > input files added by GCC driver.

[Bug ld/17615] aarch64: ld.bfd generates SHN_ABS instead of SHN_UNDEF

2014-12-18 Thread dimitry at google dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=17615 --- Comment #9 from dimitry --- hi, I was looking at the .so file. I guess the part I do not understand is that .bss section is there; and PT_LOADS seems to be in place; so as far as I understand there is no reason for making st_shndx for hz_i

[Bug binutils/17615] aarch64: ld.bfd generates SHN_ABS instead of SHN_UNDEF

2014-11-19 Thread dimitry at google dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=17615 --- Comment #4 from dimitry --- attached tar.gz files contain object files as well as linked ip binary (unstripped version is under LINKED/) The symbol in question is __iproute2_user_hz_internal; It is referenced by ipneigh.o and iproute.o -

[Bug binutils/17615] aarch64: ld.bfd generates SHN_ABS instead of SHN_UNDEF

2014-11-19 Thread dimitry at google dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=17615 --- Comment #3 from dimitry --- Created attachment 7952 --> https://sourceware.org/bugzilla/attachment.cgi?id=7952&action=edit ip-arm-intermediates -- You are receiving this mail because: You are on the CC list for the bug. __

[Bug binutils/17615] aarch64: ld.bfd generates SHN_ABS instead of SHN_UNDEF

2014-11-19 Thread dimitry at google dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=17615 --- Comment #2 from dimitry --- Created attachment 7951 --> https://sourceware.org/bugzilla/attachment.cgi?id=7951&action=edit ip-arm64-intermediates -- You are receiving this mail because: You are on the CC list for the bug.

[Bug binutils/17615] New: arm64: ld.bfd generates SHN_ABS instead of SHN_UNDEF

2014-11-17 Thread dimitry at google dot com
Component: binutils Assignee: unassigned at sourceware dot org Reporter: dimitry at google dot com when compiling iproute2 'ip' binary for arm64 ld.bfd produces following symbol in .dynsym section 11: 4 OBJECT GLOBAL DEFAULT ABS __iproute2_user_h