blob: 4545aa6825090b61549434c50dd0ea80a0794a92 [file] [log] [blame]
Becky Brucea99eb2e2005-09-19 19:17:27 -05001#ifndef _ASM_POWERPC_ELF_H
2#define _ASM_POWERPC_ELF_H
Linus Torvalds1da177e2005-04-16 15:20:36 -07003
Arnd Bergmann88ced032005-12-16 22:43:46 +01004#ifdef __KERNEL__
Tim Schmielau8c65b4a2005-11-07 00:59:43 -08005#include <linux/sched.h> /* for task_struct */
David Woodhousedd02ec32006-04-25 13:51:52 +01006#include <asm/page.h>
7#include <asm/string.h>
Arnd Bergmann88ced032005-12-16 22:43:46 +01008#endif
9
Linus Torvalds1da177e2005-04-16 15:20:36 -070010#include <asm/types.h>
11#include <asm/ptrace.h>
12#include <asm/cputable.h>
H. J. Lu36d57ac2005-09-06 15:16:49 -070013#include <asm/auxvec.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070014
15/* PowerPC relocations defined by the ABIs */
16#define R_PPC_NONE 0
17#define R_PPC_ADDR32 1 /* 32bit absolute address */
18#define R_PPC_ADDR24 2 /* 26bit address, 2 bits ignored. */
19#define R_PPC_ADDR16 3 /* 16bit absolute address */
20#define R_PPC_ADDR16_LO 4 /* lower 16bit of absolute address */
21#define R_PPC_ADDR16_HI 5 /* high 16bit of absolute address */
22#define R_PPC_ADDR16_HA 6 /* adjusted high 16bit */
23#define R_PPC_ADDR14 7 /* 16bit address, 2 bits ignored */
24#define R_PPC_ADDR14_BRTAKEN 8
25#define R_PPC_ADDR14_BRNTAKEN 9
26#define R_PPC_REL24 10 /* PC relative 26 bit */
27#define R_PPC_REL14 11 /* PC relative 16 bit */
28#define R_PPC_REL14_BRTAKEN 12
29#define R_PPC_REL14_BRNTAKEN 13
30#define R_PPC_GOT16 14
31#define R_PPC_GOT16_LO 15
32#define R_PPC_GOT16_HI 16
33#define R_PPC_GOT16_HA 17
34#define R_PPC_PLTREL24 18
35#define R_PPC_COPY 19
36#define R_PPC_GLOB_DAT 20
37#define R_PPC_JMP_SLOT 21
38#define R_PPC_RELATIVE 22
39#define R_PPC_LOCAL24PC 23
40#define R_PPC_UADDR32 24
41#define R_PPC_UADDR16 25
42#define R_PPC_REL32 26
43#define R_PPC_PLT32 27
44#define R_PPC_PLTREL32 28
45#define R_PPC_PLT16_LO 29
46#define R_PPC_PLT16_HI 30
47#define R_PPC_PLT16_HA 31
48#define R_PPC_SDAREL16 32
49#define R_PPC_SECTOFF 33
50#define R_PPC_SECTOFF_LO 34
51#define R_PPC_SECTOFF_HI 35
52#define R_PPC_SECTOFF_HA 36
53
54/* PowerPC relocations defined for the TLS access ABI. */
55#define R_PPC_TLS 67 /* none (sym+add)@tls */
56#define R_PPC_DTPMOD32 68 /* word32 (sym+add)@dtpmod */
57#define R_PPC_TPREL16 69 /* half16* (sym+add)@tprel */
58#define R_PPC_TPREL16_LO 70 /* half16 (sym+add)@tprel@l */
59#define R_PPC_TPREL16_HI 71 /* half16 (sym+add)@tprel@h */
60#define R_PPC_TPREL16_HA 72 /* half16 (sym+add)@tprel@ha */
61#define R_PPC_TPREL32 73 /* word32 (sym+add)@tprel */
62#define R_PPC_DTPREL16 74 /* half16* (sym+add)@dtprel */
63#define R_PPC_DTPREL16_LO 75 /* half16 (sym+add)@dtprel@l */
64#define R_PPC_DTPREL16_HI 76 /* half16 (sym+add)@dtprel@h */
65#define R_PPC_DTPREL16_HA 77 /* half16 (sym+add)@dtprel@ha */
66#define R_PPC_DTPREL32 78 /* word32 (sym+add)@dtprel */
67#define R_PPC_GOT_TLSGD16 79 /* half16* (sym+add)@got@tlsgd */
68#define R_PPC_GOT_TLSGD16_LO 80 /* half16 (sym+add)@got@tlsgd@l */
69#define R_PPC_GOT_TLSGD16_HI 81 /* half16 (sym+add)@got@tlsgd@h */
70#define R_PPC_GOT_TLSGD16_HA 82 /* half16 (sym+add)@got@tlsgd@ha */
71#define R_PPC_GOT_TLSLD16 83 /* half16* (sym+add)@got@tlsld */
72#define R_PPC_GOT_TLSLD16_LO 84 /* half16 (sym+add)@got@tlsld@l */
73#define R_PPC_GOT_TLSLD16_HI 85 /* half16 (sym+add)@got@tlsld@h */
74#define R_PPC_GOT_TLSLD16_HA 86 /* half16 (sym+add)@got@tlsld@ha */
75#define R_PPC_GOT_TPREL16 87 /* half16* (sym+add)@got@tprel */
76#define R_PPC_GOT_TPREL16_LO 88 /* half16 (sym+add)@got@tprel@l */
77#define R_PPC_GOT_TPREL16_HI 89 /* half16 (sym+add)@got@tprel@h */
78#define R_PPC_GOT_TPREL16_HA 90 /* half16 (sym+add)@got@tprel@ha */
79#define R_PPC_GOT_DTPREL16 91 /* half16* (sym+add)@got@dtprel */
80#define R_PPC_GOT_DTPREL16_LO 92 /* half16* (sym+add)@got@dtprel@l */
81#define R_PPC_GOT_DTPREL16_HI 93 /* half16* (sym+add)@got@dtprel@h */
82#define R_PPC_GOT_DTPREL16_HA 94 /* half16* (sym+add)@got@dtprel@ha */
83
Becky Brucea99eb2e2005-09-19 19:17:27 -050084/* keep this the last entry. */
Linus Torvalds1da177e2005-04-16 15:20:36 -070085#define R_PPC_NUM 95
86
87/*
88 * ELF register definitions..
89 *
90 * This program is free software; you can redistribute it and/or
91 * modify it under the terms of the GNU General Public License
92 * as published by the Free Software Foundation; either version
93 * 2 of the License, or (at your option) any later version.
94 */
Linus Torvalds1da177e2005-04-16 15:20:36 -070095
96#define ELF_NGREG 48 /* includes nip, msr, lr, etc. */
97#define ELF_NFPREG 33 /* includes fpscr */
Linus Torvalds1da177e2005-04-16 15:20:36 -070098
99typedef unsigned long elf_greg_t64;
100typedef elf_greg_t64 elf_gregset_t64[ELF_NGREG];
101
102typedef unsigned int elf_greg_t32;
103typedef elf_greg_t32 elf_gregset_t32[ELF_NGREG];
104
105/*
Becky Brucea99eb2e2005-09-19 19:17:27 -0500106 * ELF_ARCH, CLASS, and DATA are used to set parameters in the core dumps.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700107 */
Becky Brucea99eb2e2005-09-19 19:17:27 -0500108#ifdef __powerpc64__
109# define ELF_NVRREG32 33 /* includes vscr & vrsave stuffed together */
110# define ELF_NVRREG 34 /* includes vscr & vrsave in split vectors */
111# define ELF_GREG_TYPE elf_greg_t64
112#else
113# define ELF_NEVRREG 34 /* includes acc (as 2) */
114# define ELF_NVRREG 33 /* includes vscr */
115# define ELF_GREG_TYPE elf_greg_t32
116# define ELF_ARCH EM_PPC
117# define ELF_CLASS ELFCLASS32
118# define ELF_DATA ELFDATA2MSB
119#endif /* __powerpc64__ */
120
Linus Torvalds1da177e2005-04-16 15:20:36 -0700121#ifndef ELF_ARCH
122# define ELF_ARCH EM_PPC64
123# define ELF_CLASS ELFCLASS64
124# define ELF_DATA ELFDATA2MSB
125 typedef elf_greg_t64 elf_greg_t;
126 typedef elf_gregset_t64 elf_gregset_t;
127# define elf_addr_t unsigned long
128#else
129 /* Assumption: ELF_ARCH == EM_PPC and ELF_CLASS == ELFCLASS32 */
130 typedef elf_greg_t32 elf_greg_t;
131 typedef elf_gregset_t32 elf_gregset_t;
David Woodhouse5ee882f2006-05-04 12:39:12 +0100132# define elf_addr_t __u32
Becky Brucea99eb2e2005-09-19 19:17:27 -0500133#endif /* ELF_ARCH */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700134
Becky Brucea99eb2e2005-09-19 19:17:27 -0500135/* Floating point registers */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700136typedef double elf_fpreg_t;
137typedef elf_fpreg_t elf_fpregset_t[ELF_NFPREG];
138
139/* Altivec registers */
140/*
141 * The entries with indexes 0-31 contain the corresponding vector registers.
142 * The entry with index 32 contains the vscr as the last word (offset 12)
143 * within the quadword. This allows the vscr to be stored as either a
144 * quadword (since it must be copied via a vector register to/from storage)
Becky Brucea99eb2e2005-09-19 19:17:27 -0500145 * or as a word.
146 *
147 * 64-bit kernel notes: The entry at index 33 contains the vrsave as the first
Linus Torvalds1da177e2005-04-16 15:20:36 -0700148 * word (offset 0) within the quadword.
149 *
150 * This definition of the VMX state is compatible with the current PPC32
151 * ptrace interface. This allows signal handling and ptrace to use the same
152 * structures. This also simplifies the implementation of a bi-arch
153 * (combined (32- and 64-bit) gdb.
154 *
155 * Note that it's _not_ compatible with 32 bits ucontext which stuffs the
156 * vrsave along with vscr and so only uses 33 vectors for the register set
157 */
158typedef __vector128 elf_vrreg_t;
159typedef elf_vrreg_t elf_vrregset_t[ELF_NVRREG];
Becky Brucea99eb2e2005-09-19 19:17:27 -0500160#ifdef __powerpc64__
Linus Torvalds1da177e2005-04-16 15:20:36 -0700161typedef elf_vrreg_t elf_vrregset_t32[ELF_NVRREG32];
Becky Brucea99eb2e2005-09-19 19:17:27 -0500162#endif
Linus Torvalds1da177e2005-04-16 15:20:36 -0700163
David Woodhousedd02ec32006-04-25 13:51:52 +0100164#ifdef __KERNEL__
Linus Torvalds1da177e2005-04-16 15:20:36 -0700165/*
166 * This is used to ensure we don't load something for the wrong architecture.
167 */
168#define elf_check_arch(x) ((x)->e_machine == ELF_ARCH)
169
170#define USE_ELF_CORE_DUMP
Olof Johansson637a6ff2005-09-20 13:47:41 +1000171#define ELF_EXEC_PAGESIZE PAGE_SIZE
Linus Torvalds1da177e2005-04-16 15:20:36 -0700172
173/* This is the location that an ET_DYN program is loaded if exec'ed. Typical
174 use of this is to invoke "./ld.so someprog" to test out a new version of
175 the loader. We need to make sure that it is out of the way of the program
176 that it will "exec", and that there is sufficient room for the brk. */
177
178#define ELF_ET_DYN_BASE (0x08000000)
179
Linus Torvalds1da177e2005-04-16 15:20:36 -0700180/* Common routine for both 32-bit and 64-bit processes */
Becky Brucea99eb2e2005-09-19 19:17:27 -0500181static inline void ppc_elf_core_copy_regs(elf_gregset_t elf_regs,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700182 struct pt_regs *regs)
183{
Michael Ellerman30415f62005-11-03 21:10:48 +1100184 int i, nregs;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700185
Michael Ellerman30415f62005-11-03 21:10:48 +1100186 memset((void *)elf_regs, 0, sizeof(elf_gregset_t));
Linus Torvalds1da177e2005-04-16 15:20:36 -0700187
Michael Ellerman30415f62005-11-03 21:10:48 +1100188 /* Our registers are always unsigned longs, whether we're a 32 bit
189 * process or 64 bit, on either a 64 bit or 32 bit kernel.
190 * Don't use ELF_GREG_TYPE here. */
191 nregs = sizeof(struct pt_regs) / sizeof(unsigned long);
192 if (nregs > ELF_NGREG)
193 nregs = ELF_NGREG;
194
195 for (i = 0; i < nregs; i++) {
196 /* This will correctly truncate 64 bit registers to 32 bits
197 * for a 32 bit process on a 64 bit kernel. */
Becky Brucea99eb2e2005-09-19 19:17:27 -0500198 elf_regs[i] = (elf_greg_t)((ELF_GREG_TYPE *)regs)[i];
Michael Ellerman30415f62005-11-03 21:10:48 +1100199 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700200}
Becky Brucea99eb2e2005-09-19 19:17:27 -0500201#define ELF_CORE_COPY_REGS(gregs, regs) ppc_elf_core_copy_regs(gregs, regs);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700202
203static inline int dump_task_regs(struct task_struct *tsk,
204 elf_gregset_t *elf_regs)
205{
206 struct pt_regs *regs = tsk->thread.regs;
207 if (regs)
Becky Brucea99eb2e2005-09-19 19:17:27 -0500208 ppc_elf_core_copy_regs(*elf_regs, regs);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700209
210 return 1;
211}
212#define ELF_CORE_COPY_TASK_REGS(tsk, elf_regs) dump_task_regs(tsk, elf_regs)
213
214extern int dump_task_fpu(struct task_struct *, elf_fpregset_t *);
215#define ELF_CORE_COPY_FPREGS(tsk, elf_fpregs) dump_task_fpu(tsk, elf_fpregs)
216
Becky Brucea99eb2e2005-09-19 19:17:27 -0500217#endif /* __KERNEL__ */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700218
Becky Brucea99eb2e2005-09-19 19:17:27 -0500219/* ELF_HWCAP yields a mask that user programs can use to figure out what
Linus Torvalds1da177e2005-04-16 15:20:36 -0700220 instruction set this cpu supports. This could be done in userspace,
221 but it's not easy, and we've already done it here. */
Becky Brucea99eb2e2005-09-19 19:17:27 -0500222# define ELF_HWCAP (cur_cpu_spec->cpu_user_features)
Paul Mackerras80f15dc2006-01-14 10:11:39 +1100223
224/* This yields a string that ld.so will use to load implementation
225 specific libraries for optimization. This is more specific in
226 intent than poking at uname or /proc/cpuinfo. */
227
228#define ELF_PLATFORM (cur_cpu_spec->platform)
229
Kumar Gala400d2212005-09-27 15:13:12 -0500230#ifdef __powerpc64__
Paul Mackerras06d67d52005-10-10 22:29:05 +1000231# define ELF_PLAT_INIT(_r, load_addr) do { \
232 _r->gpr[2] = load_addr; \
Becky Brucea99eb2e2005-09-19 19:17:27 -0500233} while (0)
Becky Brucea99eb2e2005-09-19 19:17:27 -0500234#endif /* __powerpc64__ */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700235
Linus Torvalds1da177e2005-04-16 15:20:36 -0700236#ifdef __KERNEL__
Becky Brucea99eb2e2005-09-19 19:17:27 -0500237
238#ifdef __powerpc64__
239# define SET_PERSONALITY(ex, ibcs2) \
Linus Torvalds1da177e2005-04-16 15:20:36 -0700240do { \
241 unsigned long new_flags = 0; \
242 if ((ex).e_ident[EI_CLASS] == ELFCLASS32) \
243 new_flags = _TIF_32BIT; \
244 if ((current_thread_info()->flags & _TIF_32BIT) \
245 != new_flags) \
246 set_thread_flag(TIF_ABI_PENDING); \
247 else \
248 clear_thread_flag(TIF_ABI_PENDING); \
Paul Mackerrasce10d972005-06-08 21:59:15 +1000249 if (personality(current->personality) != PER_LINUX32) \
Linus Torvalds1da177e2005-04-16 15:20:36 -0700250 set_personality(PER_LINUX); \
251} while (0)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700252/*
253 * An executable for which elf_read_implies_exec() returns TRUE will
Anton Blancharda2f95a52005-05-01 08:58:45 -0700254 * have the READ_IMPLIES_EXEC personality flag set automatically. This
255 * is only required to work around bugs in old 32bit toolchains. Since
256 * the 64bit ABI has never had these issues dont enable the workaround
257 * even if we have an executable stack.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700258 */
Becky Brucea99eb2e2005-09-19 19:17:27 -0500259# define elf_read_implies_exec(ex, exec_stk) (test_thread_flag(TIF_32BIT) ? \
Anton Blancharda2f95a52005-05-01 08:58:45 -0700260 (exec_stk != EXSTACK_DISABLE_X) : 0)
Becky Brucea99eb2e2005-09-19 19:17:27 -0500261#else
262# define SET_PERSONALITY(ex, ibcs2) set_personality((ibcs2)?PER_SVR4:PER_LINUX)
263#endif /* __powerpc64__ */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700264
Becky Brucea99eb2e2005-09-19 19:17:27 -0500265#endif /* __KERNEL__ */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700266
Linus Torvalds1da177e2005-04-16 15:20:36 -0700267extern int dcache_bsize;
268extern int icache_bsize;
269extern int ucache_bsize;
270
Benjamin Herrenschmidta7f290d2005-11-11 21:15:21 +1100271/* vDSO has arch_setup_additional_pages */
272#define ARCH_HAS_SETUP_ADDITIONAL_PAGES
Linus Torvalds1da177e2005-04-16 15:20:36 -0700273struct linux_binprm;
Benjamin Herrenschmidta7f290d2005-11-11 21:15:21 +1100274extern int arch_setup_additional_pages(struct linux_binprm *bprm,
275 int executable_stack);
Becky Brucea99eb2e2005-09-19 19:17:27 -0500276#define VDSO_AUX_ENT(a,b) NEW_AUX_ENT(a,b);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700277
278/*
279 * The requirements here are:
280 * - keep the final alignment of sp (sp & 0xf)
281 * - make sure the 32-bit value at the first 16 byte aligned position of
282 * AUXV is greater than 16 for glibc compatibility.
283 * AT_IGNOREPPC is used for that.
284 * - for compatibility with glibc ARCH_DLINFO must always be defined on PPC,
285 * even if DLINFO_ARCH_ITEMS goes to zero or is undefined.
286 */
287#define ARCH_DLINFO \
288do { \
289 /* Handle glibc compatibility. */ \
290 NEW_AUX_ENT(AT_IGNOREPPC, AT_IGNOREPPC); \
291 NEW_AUX_ENT(AT_IGNOREPPC, AT_IGNOREPPC); \
292 /* Cache size items */ \
293 NEW_AUX_ENT(AT_DCACHEBSIZE, dcache_bsize); \
294 NEW_AUX_ENT(AT_ICACHEBSIZE, icache_bsize); \
295 NEW_AUX_ENT(AT_UCACHEBSIZE, ucache_bsize); \
Benjamin Herrenschmidta5bba932006-05-30 13:51:37 +1000296 VDSO_AUX_ENT(AT_SYSINFO_EHDR, current->mm->context.vdso_base) \
Becky Brucea99eb2e2005-09-19 19:17:27 -0500297} while (0)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700298
299/* PowerPC64 relocations defined by the ABIs */
300#define R_PPC64_NONE R_PPC_NONE
301#define R_PPC64_ADDR32 R_PPC_ADDR32 /* 32bit absolute address. */
302#define R_PPC64_ADDR24 R_PPC_ADDR24 /* 26bit address, word aligned. */
303#define R_PPC64_ADDR16 R_PPC_ADDR16 /* 16bit absolute address. */
304#define R_PPC64_ADDR16_LO R_PPC_ADDR16_LO /* lower 16bits of abs. address. */
305#define R_PPC64_ADDR16_HI R_PPC_ADDR16_HI /* high 16bits of abs. address. */
306#define R_PPC64_ADDR16_HA R_PPC_ADDR16_HA /* adjusted high 16bits. */
307#define R_PPC64_ADDR14 R_PPC_ADDR14 /* 16bit address, word aligned. */
308#define R_PPC64_ADDR14_BRTAKEN R_PPC_ADDR14_BRTAKEN
309#define R_PPC64_ADDR14_BRNTAKEN R_PPC_ADDR14_BRNTAKEN
310#define R_PPC64_REL24 R_PPC_REL24 /* PC relative 26 bit, word aligned. */
311#define R_PPC64_REL14 R_PPC_REL14 /* PC relative 16 bit. */
312#define R_PPC64_REL14_BRTAKEN R_PPC_REL14_BRTAKEN
313#define R_PPC64_REL14_BRNTAKEN R_PPC_REL14_BRNTAKEN
314#define R_PPC64_GOT16 R_PPC_GOT16
315#define R_PPC64_GOT16_LO R_PPC_GOT16_LO
316#define R_PPC64_GOT16_HI R_PPC_GOT16_HI
317#define R_PPC64_GOT16_HA R_PPC_GOT16_HA
318
319#define R_PPC64_COPY R_PPC_COPY
320#define R_PPC64_GLOB_DAT R_PPC_GLOB_DAT
321#define R_PPC64_JMP_SLOT R_PPC_JMP_SLOT
322#define R_PPC64_RELATIVE R_PPC_RELATIVE
323
324#define R_PPC64_UADDR32 R_PPC_UADDR32
325#define R_PPC64_UADDR16 R_PPC_UADDR16
326#define R_PPC64_REL32 R_PPC_REL32
327#define R_PPC64_PLT32 R_PPC_PLT32
328#define R_PPC64_PLTREL32 R_PPC_PLTREL32
329#define R_PPC64_PLT16_LO R_PPC_PLT16_LO
330#define R_PPC64_PLT16_HI R_PPC_PLT16_HI
331#define R_PPC64_PLT16_HA R_PPC_PLT16_HA
332
333#define R_PPC64_SECTOFF R_PPC_SECTOFF
334#define R_PPC64_SECTOFF_LO R_PPC_SECTOFF_LO
335#define R_PPC64_SECTOFF_HI R_PPC_SECTOFF_HI
336#define R_PPC64_SECTOFF_HA R_PPC_SECTOFF_HA
337#define R_PPC64_ADDR30 37 /* word30 (S + A - P) >> 2. */
338#define R_PPC64_ADDR64 38 /* doubleword64 S + A. */
339#define R_PPC64_ADDR16_HIGHER 39 /* half16 #higher(S + A). */
340#define R_PPC64_ADDR16_HIGHERA 40 /* half16 #highera(S + A). */
341#define R_PPC64_ADDR16_HIGHEST 41 /* half16 #highest(S + A). */
342#define R_PPC64_ADDR16_HIGHESTA 42 /* half16 #highesta(S + A). */
343#define R_PPC64_UADDR64 43 /* doubleword64 S + A. */
344#define R_PPC64_REL64 44 /* doubleword64 S + A - P. */
345#define R_PPC64_PLT64 45 /* doubleword64 L + A. */
346#define R_PPC64_PLTREL64 46 /* doubleword64 L + A - P. */
347#define R_PPC64_TOC16 47 /* half16* S + A - .TOC. */
348#define R_PPC64_TOC16_LO 48 /* half16 #lo(S + A - .TOC.). */
349#define R_PPC64_TOC16_HI 49 /* half16 #hi(S + A - .TOC.). */
350#define R_PPC64_TOC16_HA 50 /* half16 #ha(S + A - .TOC.). */
351#define R_PPC64_TOC 51 /* doubleword64 .TOC. */
352#define R_PPC64_PLTGOT16 52 /* half16* M + A. */
353#define R_PPC64_PLTGOT16_LO 53 /* half16 #lo(M + A). */
354#define R_PPC64_PLTGOT16_HI 54 /* half16 #hi(M + A). */
355#define R_PPC64_PLTGOT16_HA 55 /* half16 #ha(M + A). */
356
357#define R_PPC64_ADDR16_DS 56 /* half16ds* (S + A) >> 2. */
358#define R_PPC64_ADDR16_LO_DS 57 /* half16ds #lo(S + A) >> 2. */
359#define R_PPC64_GOT16_DS 58 /* half16ds* (G + A) >> 2. */
360#define R_PPC64_GOT16_LO_DS 59 /* half16ds #lo(G + A) >> 2. */
361#define R_PPC64_PLT16_LO_DS 60 /* half16ds #lo(L + A) >> 2. */
362#define R_PPC64_SECTOFF_DS 61 /* half16ds* (R + A) >> 2. */
363#define R_PPC64_SECTOFF_LO_DS 62 /* half16ds #lo(R + A) >> 2. */
364#define R_PPC64_TOC16_DS 63 /* half16ds* (S + A - .TOC.) >> 2. */
365#define R_PPC64_TOC16_LO_DS 64 /* half16ds #lo(S + A - .TOC.) >> 2. */
366#define R_PPC64_PLTGOT16_DS 65 /* half16ds* (M + A) >> 2. */
367#define R_PPC64_PLTGOT16_LO_DS 66 /* half16ds #lo(M + A) >> 2. */
368
369/* PowerPC64 relocations defined for the TLS access ABI. */
370#define R_PPC64_TLS 67 /* none (sym+add)@tls */
371#define R_PPC64_DTPMOD64 68 /* doubleword64 (sym+add)@dtpmod */
372#define R_PPC64_TPREL16 69 /* half16* (sym+add)@tprel */
373#define R_PPC64_TPREL16_LO 70 /* half16 (sym+add)@tprel@l */
374#define R_PPC64_TPREL16_HI 71 /* half16 (sym+add)@tprel@h */
375#define R_PPC64_TPREL16_HA 72 /* half16 (sym+add)@tprel@ha */
376#define R_PPC64_TPREL64 73 /* doubleword64 (sym+add)@tprel */
377#define R_PPC64_DTPREL16 74 /* half16* (sym+add)@dtprel */
378#define R_PPC64_DTPREL16_LO 75 /* half16 (sym+add)@dtprel@l */
379#define R_PPC64_DTPREL16_HI 76 /* half16 (sym+add)@dtprel@h */
380#define R_PPC64_DTPREL16_HA 77 /* half16 (sym+add)@dtprel@ha */
381#define R_PPC64_DTPREL64 78 /* doubleword64 (sym+add)@dtprel */
382#define R_PPC64_GOT_TLSGD16 79 /* half16* (sym+add)@got@tlsgd */
383#define R_PPC64_GOT_TLSGD16_LO 80 /* half16 (sym+add)@got@tlsgd@l */
384#define R_PPC64_GOT_TLSGD16_HI 81 /* half16 (sym+add)@got@tlsgd@h */
385#define R_PPC64_GOT_TLSGD16_HA 82 /* half16 (sym+add)@got@tlsgd@ha */
386#define R_PPC64_GOT_TLSLD16 83 /* half16* (sym+add)@got@tlsld */
387#define R_PPC64_GOT_TLSLD16_LO 84 /* half16 (sym+add)@got@tlsld@l */
388#define R_PPC64_GOT_TLSLD16_HI 85 /* half16 (sym+add)@got@tlsld@h */
389#define R_PPC64_GOT_TLSLD16_HA 86 /* half16 (sym+add)@got@tlsld@ha */
390#define R_PPC64_GOT_TPREL16_DS 87 /* half16ds* (sym+add)@got@tprel */
391#define R_PPC64_GOT_TPREL16_LO_DS 88 /* half16ds (sym+add)@got@tprel@l */
392#define R_PPC64_GOT_TPREL16_HI 89 /* half16 (sym+add)@got@tprel@h */
393#define R_PPC64_GOT_TPREL16_HA 90 /* half16 (sym+add)@got@tprel@ha */
394#define R_PPC64_GOT_DTPREL16_DS 91 /* half16ds* (sym+add)@got@dtprel */
395#define R_PPC64_GOT_DTPREL16_LO_DS 92 /* half16ds (sym+add)@got@dtprel@l */
396#define R_PPC64_GOT_DTPREL16_HI 93 /* half16 (sym+add)@got@dtprel@h */
397#define R_PPC64_GOT_DTPREL16_HA 94 /* half16 (sym+add)@got@dtprel@ha */
398#define R_PPC64_TPREL16_DS 95 /* half16ds* (sym+add)@tprel */
399#define R_PPC64_TPREL16_LO_DS 96 /* half16ds (sym+add)@tprel@l */
400#define R_PPC64_TPREL16_HIGHER 97 /* half16 (sym+add)@tprel@higher */
401#define R_PPC64_TPREL16_HIGHERA 98 /* half16 (sym+add)@tprel@highera */
402#define R_PPC64_TPREL16_HIGHEST 99 /* half16 (sym+add)@tprel@highest */
403#define R_PPC64_TPREL16_HIGHESTA 100 /* half16 (sym+add)@tprel@highesta */
404#define R_PPC64_DTPREL16_DS 101 /* half16ds* (sym+add)@dtprel */
405#define R_PPC64_DTPREL16_LO_DS 102 /* half16ds (sym+add)@dtprel@l */
406#define R_PPC64_DTPREL16_HIGHER 103 /* half16 (sym+add)@dtprel@higher */
407#define R_PPC64_DTPREL16_HIGHERA 104 /* half16 (sym+add)@dtprel@highera */
408#define R_PPC64_DTPREL16_HIGHEST 105 /* half16 (sym+add)@dtprel@highest */
409#define R_PPC64_DTPREL16_HIGHESTA 106 /* half16 (sym+add)@dtprel@highesta */
410
411/* Keep this the last entry. */
412#define R_PPC64_NUM 107
413
Dwayne Grant McConnellbf1ab972006-11-23 00:46:37 +0100414#ifdef CONFIG_PPC_CELL
415/* Notes used in ET_CORE. Note name is "SPU/<fd>/<filename>". */
416#define NT_SPU 1
417
418extern int arch_notes_size(void);
419extern void arch_write_notes(struct file *file);
420
421#define ELF_CORE_EXTRA_NOTES_SIZE arch_notes_size()
422#define ELF_CORE_WRITE_EXTRA_NOTES arch_write_notes(file)
423
424#define ARCH_HAVE_EXTRA_ELF_NOTES
425#endif /* CONFIG_PPC_CELL */
426
Becky Brucea99eb2e2005-09-19 19:17:27 -0500427#endif /* _ASM_POWERPC_ELF_H */