summaryrefslogtreecommitdiffstats
path: root/include/elf/hppa.h
diff options
context:
space:
mode:
authorAlan Modra <modra@gmail.com>2000-09-27 17:30:17 +0000
committerAlan Modra <modra@gmail.com>2000-09-27 17:30:17 +0000
commita3bb629e96494b965f0e6cff8e157876c710595a (patch)
tree9b26ac6be3dc2c3a244c7c6716b13f1a15cd3d98 /include/elf/hppa.h
parente564846577d119c0684ccd3afa8d0103f22160e6 (diff)
downloadcygnal-a3bb629e96494b965f0e6cff8e157876c710595a.tar.gz
cygnal-a3bb629e96494b965f0e6cff8e157876c710595a.tar.bz2
cygnal-a3bb629e96494b965f0e6cff8e157876c710595a.zip
.plt stub for lazy linking, --stub-group-size=N ld switch,
import stub fix, extra DIR14F reloc to fix abort in tc_gen_reloc
Diffstat (limited to 'include/elf/hppa.h')
-rw-r--r--include/elf/hppa.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/elf/hppa.h b/include/elf/hppa.h
index 116944764..82b4db83d 100644
--- a/include/elf/hppa.h
+++ b/include/elf/hppa.h
@@ -121,6 +121,9 @@ RELOC_NUMBER (R_PARISC_DIR17F, 4)
RELOC_NUMBER (R_PARISC_DIR14R, 6)
/* load/store (1) RR(symbol, addend) */
+RELOC_NUMBER (R_PARISC_DIR14F, 7)
+/* load/store (1) symbol, addend */
+
/* PC-relative relocation types
Typically used for calls.
Note PCREL17C and PCREL17F differ only in overflow handling.