diff options
Diffstat (limited to 'arch/powerpc/include/uapi')
| -rw-r--r-- | arch/powerpc/include/uapi/asm/Kbuild | 1 | ||||
| -rw-r--r-- | arch/powerpc/include/uapi/asm/elf.h | 10 |
2 files changed, 9 insertions, 2 deletions
diff --git a/arch/powerpc/include/uapi/asm/Kbuild b/arch/powerpc/include/uapi/asm/Kbuild index 48be855ef37b..7a3f795ac218 100644 --- a/arch/powerpc/include/uapi/asm/Kbuild +++ b/arch/powerpc/include/uapi/asm/Kbuild | |||
| @@ -15,7 +15,6 @@ header-y += ioctls.h | |||
| 15 | header-y += ipcbuf.h | 15 | header-y += ipcbuf.h |
| 16 | header-y += kvm.h | 16 | header-y += kvm.h |
| 17 | header-y += kvm_para.h | 17 | header-y += kvm_para.h |
| 18 | header-y += linkage.h | ||
| 19 | header-y += mman.h | 18 | header-y += mman.h |
| 20 | header-y += msgbuf.h | 19 | header-y += msgbuf.h |
| 21 | header-y += nvram.h | 20 | header-y += nvram.h |
diff --git a/arch/powerpc/include/uapi/asm/elf.h b/arch/powerpc/include/uapi/asm/elf.h index 7e39c9146a71..59dad113897b 100644 --- a/arch/powerpc/include/uapi/asm/elf.h +++ b/arch/powerpc/include/uapi/asm/elf.h | |||
| @@ -291,9 +291,17 @@ do { \ | |||
| 291 | #define R_PPC64_DTPREL16_HIGHERA 104 /* half16 (sym+add)@dtprel@highera */ | 291 | #define R_PPC64_DTPREL16_HIGHERA 104 /* half16 (sym+add)@dtprel@highera */ |
| 292 | #define R_PPC64_DTPREL16_HIGHEST 105 /* half16 (sym+add)@dtprel@highest */ | 292 | #define R_PPC64_DTPREL16_HIGHEST 105 /* half16 (sym+add)@dtprel@highest */ |
| 293 | #define R_PPC64_DTPREL16_HIGHESTA 106 /* half16 (sym+add)@dtprel@highesta */ | 293 | #define R_PPC64_DTPREL16_HIGHESTA 106 /* half16 (sym+add)@dtprel@highesta */ |
| 294 | #define R_PPC64_TLSGD 107 | ||
| 295 | #define R_PPC64_TLSLD 108 | ||
| 296 | #define R_PPC64_TOCSAVE 109 | ||
| 297 | |||
| 298 | #define R_PPC64_REL16 249 | ||
| 299 | #define R_PPC64_REL16_LO 250 | ||
| 300 | #define R_PPC64_REL16_HI 251 | ||
| 301 | #define R_PPC64_REL16_HA 252 | ||
| 294 | 302 | ||
| 295 | /* Keep this the last entry. */ | 303 | /* Keep this the last entry. */ |
| 296 | #define R_PPC64_NUM 107 | 304 | #define R_PPC64_NUM 253 |
| 297 | 305 | ||
| 298 | /* There's actually a third entry here, but it's unused */ | 306 | /* There's actually a third entry here, but it's unused */ |
| 299 | struct ppc64_opd_entry | 307 | struct ppc64_opd_entry |
