.. | .. |
---|
152 | 152 | /* The following are PA function descriptors |
---|
153 | 153 | * |
---|
154 | 154 | * addr: the absolute address of the function |
---|
155 | | - * gp: either the data pointer (r27) for non-PIC code or the |
---|
| 155 | + * gp: either the data pointer (r27) for non-PIC code or |
---|
156 | 156 | * the PLT pointer (r19) for PIC code */ |
---|
157 | 157 | |
---|
158 | 158 | /* Format for the Elf32 Function descriptor */ |
---|
.. | .. |
---|
304 | 304 | typedef elf_fpreg_t elf_fpregset_t[ELF_NFPREG]; |
---|
305 | 305 | |
---|
306 | 306 | struct task_struct; |
---|
307 | | - |
---|
308 | | -extern int dump_task_fpu (struct task_struct *, elf_fpregset_t *); |
---|
309 | | -#define ELF_CORE_COPY_FPREGS(tsk, elf_fpregs) dump_task_fpu(tsk, elf_fpregs) |
---|
310 | 307 | |
---|
311 | 308 | struct pt_regs; /* forward declaration... */ |
---|
312 | 309 | |
---|