https://sourceware.org/bugzilla/show_bug.cgi?id=31503

--- Comment #1 from John David Anglin <danglin at gcc dot gnu.org> ---
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_assemble_14 (value);

This clears the least significant three bits of the insn, so it will
clobber the t field at bit 30 in a fldw instruction.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Reply via email to