https://sourceware.org/bugzilla/show_bug.cgi?id=31503
--- Comment #1 from John David Anglin ---
It appears gas always generates R_PARISC_DPREL14 for dp relative relocations
in loads and stores. This gives us format 14 and hppa_rebuild_insn gives
case 14:
return (insn & ~ 0x3fff) | re_
https://sourceware.org/bugzilla/show_bug.cgi?id=31283
Stephen Kitt changed:
What|Removed |Added
CC||steve at sk2 dot org
--- Comment #11 f
https://sourceware.org/bugzilla/show_bug.cgi?id=17159
Stephen Kitt changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---