Deleted Added
full compact
alpha.h (91041) alpha.h (104834)
1/* ALPHA ELF support for BFD.
2 Copyright 1996, 1998, 2000 Free Software Foundation, Inc.
3
4 By Eric Youngdale, <eric@aib.com>. No processor supplement available
5 for this platform.
6
7This file is part of BFD, the Binary File Descriptor library.
8

--- 85 unchanged lines hidden (view full) ---

94 RELOC_NUMBER (R_ALPHA_JMP_SLOT, 26) /* Create PLT entry */
95 RELOC_NUMBER (R_ALPHA_RELATIVE, 27) /* Adjust by program base */
96
97 /* Like BRADDR, but assert that the source and target object file
98 share the same GP value, and adjust the target address for
99 STO_ALPHA_STD_GPLOAD. */
100 RELOC_NUMBER (R_ALPHA_BRSGP, 28)
101
1/* ALPHA ELF support for BFD.
2 Copyright 1996, 1998, 2000 Free Software Foundation, Inc.
3
4 By Eric Youngdale, <eric@aib.com>. No processor supplement available
5 for this platform.
6
7This file is part of BFD, the Binary File Descriptor library.
8

--- 85 unchanged lines hidden (view full) ---

94 RELOC_NUMBER (R_ALPHA_JMP_SLOT, 26) /* Create PLT entry */
95 RELOC_NUMBER (R_ALPHA_RELATIVE, 27) /* Adjust by program base */
96
97 /* Like BRADDR, but assert that the source and target object file
98 share the same GP value, and adjust the target address for
99 STO_ALPHA_STD_GPLOAD. */
100 RELOC_NUMBER (R_ALPHA_BRSGP, 28)
101
102 /* Thread-Local Storage. */
103 RELOC_NUMBER (R_ALPHA_TLSGD, 29)
104 RELOC_NUMBER (R_ALPHA_TLSLDM, 30)
105 RELOC_NUMBER (R_ALPHA_DTPMOD64, 31)
106 RELOC_NUMBER (R_ALPHA_GOTDTPREL, 32)
107 RELOC_NUMBER (R_ALPHA_DTPREL64, 33)
108 RELOC_NUMBER (R_ALPHA_DTPRELHI, 34)
109 RELOC_NUMBER (R_ALPHA_DTPRELLO, 35)
110 RELOC_NUMBER (R_ALPHA_DTPREL16, 36)
111 RELOC_NUMBER (R_ALPHA_GOTTPREL, 37)
112 RELOC_NUMBER (R_ALPHA_TPREL64, 38)
113 RELOC_NUMBER (R_ALPHA_TPRELHI, 39)
114 RELOC_NUMBER (R_ALPHA_TPRELLO, 40)
115 RELOC_NUMBER (R_ALPHA_TPREL16, 41)
116
102END_RELOC_NUMBERS (R_ALPHA_max)
103
117END_RELOC_NUMBERS (R_ALPHA_max)
118
119#define LITUSE_ALPHA_ADDR 0
120#define LITUSE_ALPHA_BASE 1
121#define LITUSE_ALPHA_BYTOFF 2
122#define LITUSE_ALPHA_JSR 3
123#define LITUSE_ALPHA_TLSGD 4
124#define LITUSE_ALPHA_TLSLDM 5
125
104#endif /* _ELF_ALPHA_H */
126#endif /* _ELF_ALPHA_H */