diff options
Diffstat (limited to 'include/asm-powerpc/elf.h')
-rw-r--r-- | include/asm-powerpc/elf.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-powerpc/elf.h b/include/asm-powerpc/elf.h index 8925c2813667..6bd07ef78ac4 100644 --- a/include/asm-powerpc/elf.h +++ b/include/asm-powerpc/elf.h | |||
@@ -291,6 +291,7 @@ extern int arch_setup_additional_pages(struct linux_binprm *bprm, | |||
291 | * AT_IGNOREPPC is used for that. | 291 | * AT_IGNOREPPC is used for that. |
292 | * - for compatibility with glibc ARCH_DLINFO must always be defined on PPC, | 292 | * - for compatibility with glibc ARCH_DLINFO must always be defined on PPC, |
293 | * even if DLINFO_ARCH_ITEMS goes to zero or is undefined. | 293 | * even if DLINFO_ARCH_ITEMS goes to zero or is undefined. |
294 | * update AT_VECTOR_SIZE_ARCH if the number of NEW_AUX_ENT entries changes | ||
294 | */ | 295 | */ |
295 | #define ARCH_DLINFO \ | 296 | #define ARCH_DLINFO \ |
296 | do { \ | 297 | do { \ |