aboutsummaryrefslogtreecommitdiff
path: root/include/elf/alpha.h
diff options
context:
space:
mode:
authorRichard Henderson <rth@redhat.com>2002-02-09 22:54:16 +0000
committerRichard Henderson <rth@redhat.com>2002-02-09 22:54:16 +0000
commit77dd1030de31b11a3b774f6f508e4cc952595613 (patch)
treeb38bf580c8f674baaf3de897f3eef01da45024dc /include/elf/alpha.h
parent7793f4d007be419ed2020614783f0797cc5e3634 (diff)
downloadgdb-77dd1030de31b11a3b774f6f508e4cc952595613.zip
gdb-77dd1030de31b11a3b774f6f508e4cc952595613.tar.gz
gdb-77dd1030de31b11a3b774f6f508e4cc952595613.tar.bz2
* alpha.h (R_ALPHA_BRSGP): New.
Diffstat (limited to 'include/elf/alpha.h')
-rw-r--r--include/elf/alpha.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/elf/alpha.h b/include/elf/alpha.h
index ab429d4..e937b81 100644
--- a/include/elf/alpha.h
+++ b/include/elf/alpha.h
@@ -94,6 +94,11 @@ START_RELOC_NUMBERS (elf_alpha_reloc_type)
RELOC_NUMBER (R_ALPHA_JMP_SLOT, 26) /* Create PLT entry */
RELOC_NUMBER (R_ALPHA_RELATIVE, 27) /* Adjust by program base */
+ /* Like BRADDR, but assert that the source and target object file
+ share the same GP value, and adjust the target address for
+ STO_ALPHA_STD_GPLOAD. */
+ RELOC_NUMBER (R_ALPHA_BRSGP, 28)
+
END_RELOC_NUMBERS (R_ALPHA_max)
#endif /* _ELF_ALPHA_H */