[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: |
Wed, 17 Dec 2014 09:18:29 +0000 |
https://sourceware.org/bugzilla/show_bug.cgi?id=17615
Jiong Wang <jiwang at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Target|aarch64-none-linux-gnu |aarch64-none-linux-gnu,
| |arm-none-linux-gnu
--- Comment #7 from Jiong Wang <jiwang at gcc dot gnu.org> ---
I believe this is a generic issue.
Confirmed arm has this issue also, if you use bfd linker instead of gold
linker.
the default linker "ld" in prebuilt for arm is actually ld.gold, not ld.bfd,
that's why ARM is OK.
And the symbol start to be wrong since in libiprouteutil.so, it's marked as ABS
with absolute value 4.
--
You are receiving this mail because:
You are on the CC list for the bug.