aboutsummaryrefslogtreecommitdiff
path: root/bfd
diff options
context:
space:
mode:
authorJeff Law <law@redhat.com>1999-07-06 09:27:18 +0000
committerJeff Law <law@redhat.com>1999-07-06 09:27:18 +0000
commitf31cedf7ae74137e1669a18598ba2987296bf6de (patch)
tree4536af1417c85b0644079c7d79aab8c2914ab73d /bfd
parent9db37001c64061e35295d045c72aaf62a5aa73fd (diff)
downloadfsf-binutils-gdb-f31cedf7ae74137e1669a18598ba2987296bf6de.zip
fsf-binutils-gdb-f31cedf7ae74137e1669a18598ba2987296bf6de.tar.gz
fsf-binutils-gdb-f31cedf7ae74137e1669a18598ba2987296bf6de.tar.bz2
รจ
* elf-hppa.h (_bfd_elf_hppa_gen_reloc_type): T mode selectors need to generate DLTIND relocations, not DLTREL relocations.
Diffstat (limited to 'bfd')
-rw-r--r--bfd/elf-hppa.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/bfd/elf-hppa.h b/bfd/elf-hppa.h
index 7138459..35ce390 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;