bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug ld/31503] [hppa] Unsupported 14-bit PA 2.0 relocations for 32-bit (


From: danglin at gcc dot gnu.org
Subject: [Bug ld/31503] [hppa] Unsupported 14-bit PA 2.0 relocations for 32-bit (narrow) mode (elf32-hppa.c)
Date: Mon, 18 Mar 2024 17:08:47 +0000

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

[Prev in Thread] Current Thread [Next in Thread]