diff options
Diffstat (limited to 'include/elf/alpha.h')
-rw-r--r-- | include/elf/alpha.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/elf/alpha.h b/include/elf/alpha.h index 5b5c411..7d82fa1 100644 --- a/include/elf/alpha.h +++ b/include/elf/alpha.h @@ -63,6 +63,9 @@ typedef struct #define STO_ALPHA_NOPV 0x80 #define STO_ALPHA_STD_GPLOAD 0x88 +/* Special values for Elf64_Dyn tag. */ +#define DT_ALPHA_PLTRO DT_LOPROC + #include "elf/reloc-macros.h" /* Alpha relocs. */ |