From f31cedf7ae74137e1669a18598ba2987296bf6de Mon Sep 17 00:00:00 2001 From: Jeff Law Date: Tue, 6 Jul 1999 09:27:18 +0000 Subject: [PATCH] =?utf8?q?=C3=A8=20=20=20=20=20=20=20=20=20*=20elf-hppa.h?= =?utf8?q?=20(=5Fbfd=5Felf=5Fhppa=5Fgen=5Freloc=5Ftype):=20T=20mode=20sele?= =?utf8?q?ctors=20=20=20=20=20=20=20=20=20need=20to=20generate=20DLTIND=20?= =?utf8?q?relocations,=20not=20DLTREL=20relocations.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- bfd/elf-hppa.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bfd/elf-hppa.h b/bfd/elf-hppa.h index 7138459cbf1..35ce3904362 100644 --- a/bfd/elf-hppa.h +++ b/bfd/elf-hppa.h @@ -345,10 +345,10 @@ _bfd_elf_hppa_gen_reloc_type (abfd, base_type, format, field, ignore, sym) final_type = R_PARISC_DIR14R; break; case e_rtsel: - final_type = R_PARISC_DLTREL14R; + final_type = R_PARISC_DLTIND14R; break; case e_tsel: - final_type = R_PARISC_DLTREL14F; + final_type = R_PARISC_DLTIND14F; break; case e_rpsel: final_type = R_PARISC_PLABEL14R; @@ -381,7 +381,7 @@ _bfd_elf_hppa_gen_reloc_type (abfd, base_type, format, field, ignore, sym) final_type = R_PARISC_DIR21L; break; case e_ltsel: - final_type = R_PARISC_DLTREL21L; + final_type = R_PARISC_DLTIND21L; break; case e_lpsel: final_type = R_PARISC_PLABEL21L; -- 2.30.2