[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug binutils/17615] aarch64: ld.bfd generates SHN_ABS instead of SHN_UN
From: |
jiwang at gcc dot gnu.org |
Subject: |
[Bug binutils/17615] aarch64: ld.bfd generates SHN_ABS instead of SHN_UNDEF |
Date: |
Tue, 16 Dec 2014 09:33:46 +0000 |
https://sourceware.org/bugzilla/show_bug.cgi?id=17615
--- Comment #5 from Jiong Wang <jiwang at gcc dot gnu.org> ---
Hi Dimitry,
Thanks for reporting this.
A quick look at your attachment shows libiprouteutil.so and libnetlink.so are
required to reproduce this issue, while I haven't found them in your
attachment.
Could you please upload them also ?
And it will be good if you could paste your linking command when linking the
final ip.
I tried to reproduce this by build iproute2 downloaded from official release,
while found they static link libutil.a which defines iproute2_user_hz_internal,
so can't reproduce, I guess you was building Android version.
readelf -d ip
Dynamic section at offset 0x35880 contains 29 entries:
Tag Type Name/Value
0x0000000000000001 (NEEDED) Shared library: [libc.so]
0x0000000000000001 (NEEDED) Shared library: [libm.so]
0x0000000000000001 (NEEDED) Shared library: [libdl.so]
0x0000000000000001 (NEEDED) Shared library: [libiprouteutil.so]
0x0000000000000001 (NEEDED) Shared library: [libnetlink.so]
0x0000000000000001 (NEEDED) Shared library: [libc++.so]
--
You are receiving this mail because:
You are on the CC list for the bug.