[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug ld/20402] ld.bfd for emits *_RELATIVE relocations against SHN_ABS s
From: |
ard.biesheuvel at linaro dot org |
Subject: |
[Bug ld/20402] ld.bfd for emits *_RELATIVE relocations against SHN_ABS symbols |
Date: |
Mon, 06 Feb 2017 14:54:37 +0000 |
https://sourceware.org/bugzilla/show_bug.cgi?id=20402
--- Comment #5 from Ard Biesheuvel <ard.biesheuvel at linaro dot org> ---
As it turns out, this is a known issue (at least to some):
https://sourceware.org/ml/binutils/2012-05/msg00019.html
SHN_ABS symbols are treated just like other (section relative) symbols, because
symbols like __GLOBAL_OFFSET_TABLE__ and __DYNAMIC are erroneously emitted as
absolute.
So it seems this cannot be fixed without fixing the underlying problem.
--
You are receiving this mail because:
You are on the CC list for the bug.