https://sourceware.org/bugzilla/show_bug.cgi?id=18900
Bug ID: 18900
Summary: Unnecessary PLT entry for function pointer
initialization
Product: binutils
Version: 2.26 (HEAD)
Status: NEW
Severity: normal
https://sourceware.org/bugzilla/show_bug.cgi?id=18759
--- Comment #9 from whitequark at whitequark dot org ---
I have confirmed that, at least, gas emits PC-relative relocations incorrectly.
I will fix that.
Speaking of the ABI: OR1K does not have a document (any document) which
specifies the R_O
https://sourceware.org/bugzilla/show_bug.cgi?id=18886
--- Comment #1 from H.J. Lu ---
Gold generates 2 relocations against strcmp and ld generates one:
[hjl@gnu-6 pr18886]$ cat foo.S
.text
.globl foo
.type foo, @function
foo:
jmp *strcmp@GOTPCREL(%rip)