aboutsummaryrefslogtreecommitdiff
path: root/libexec/rtld-elf/powerpc64/reloc.c
diff options
context:
space:
mode:
Diffstat (limited to 'libexec/rtld-elf/powerpc64/reloc.c')
-rw-r--r--libexec/rtld-elf/powerpc64/reloc.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/libexec/rtld-elf/powerpc64/reloc.c b/libexec/rtld-elf/powerpc64/reloc.c
index 29c52d8fc19f..4a4107aef861 100644
--- a/libexec/rtld-elf/powerpc64/reloc.c
+++ b/libexec/rtld-elf/powerpc64/reloc.c
@@ -741,10 +741,8 @@ __tls_get_addr(tls_index* ti)
void
arch_fix_auxv(Elf_Auxinfo *aux, Elf_Auxinfo *aux_info[])
{
- Elf_Auxinfo *aux;
- bool old_auxv_format;
+ Elf_Auxinfo *auxp;
- old_auxv_format = true;
for (auxp = aux; auxp->a_type != AT_NULL; auxp++) {
if (auxp->a_type == 23) /* AT_STACKPROT */
return;