https://sourceware.org/bugzilla/show_bug.cgi?id=20404
Bug ID: 20404
Summary: gold/configure --help shall print "
Product: binutils
Version: 2.28 (HEAD)
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component:
https://sourceware.org/bugzilla/show_bug.cgi?id=20402
--- Comment #2 from Ard Biesheuvel ---
The issue can be reproduced by:
abs.s
-
.quad foo, bar
abs.lds
---
HIDDEN(foo = ABSOLUTE(0xff00ff11ff22ff33));
bar = ABSOLUTE(0xff44ff55ff66ff77);
Build using
aarch64-linux-gnu-gcc -
https://sourceware.org/bugzilla/show_bug.cgi?id=20402
--- Comment #1 from Ard Biesheuvel ---
Uhm, actually it does not fix it. I will try to come up with a small
reproducing test case.
--
You are receiving this mail because:
You are on the CC list for the bug.
__
https://sourceware.org/bugzilla/show_bug.cgi?id=20402
Bug ID: 20402
Summary: ld.bfd for AArch64 emits R_AARCH64_RELATIVE
relocations against SHN_ABS symbols
Product: binutils
Version: 2.28 (HEAD)
Status: UNCONFIRMED