From ba2ca6ae2bf93fa10b2c288205fedac1e10efd90 Mon Sep 17 00:00:00 2001 From: Richard Henderson Date: Sat, 9 Feb 2002 22:54:16 +0000 Subject: * alpha.h (R_ALPHA_BRSGP): New. --- include/elf/alpha.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'include/elf/alpha.h') diff --git a/include/elf/alpha.h b/include/elf/alpha.h index ab429d480..e937b8147 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 */ -- cgit v1.2.3