diff options
author | Andreas Schwab <schwab@linux-m68k.org> | 2011-09-13 19:07:33 +0200 |
---|---|---|
committer | Andreas Schwab <schwab@linux-m68k.org> | 2011-09-13 20:01:15 +0200 |
commit | 1ae12c758f8e40ed16320fea4c928974d2274474 (patch) | |
tree | 803eebe5532ac8e188ee3738e4611a25052b890c /sysdeps/powerpc | |
parent | e529793b508f47b5fb3a0a8bf5a1465a93a51dcd (diff) | |
download | glibc-1ae12c758f8e40ed16320fea4c928974d2274474.tar.gz glibc-1ae12c758f8e40ed16320fea4c928974d2274474.tar.xz glibc-1ae12c758f8e40ed16320fea4c928974d2274474.zip |
Fix undefined symbol in powerpc64 dl-machine.h
Diffstat (limited to 'sysdeps/powerpc')
-rw-r--r-- | sysdeps/powerpc/powerpc64/dl-machine.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sysdeps/powerpc/powerpc64/dl-machine.h b/sysdeps/powerpc/powerpc64/dl-machine.h index 2defc44b19..ab90d1e899 100644 --- a/sysdeps/powerpc/powerpc64/dl-machine.h +++ b/sysdeps/powerpc/powerpc64/dl-machine.h @@ -560,9 +560,7 @@ elf_machine_rela (struct link_map *map, { Elf64_Addr *const reloc_addr = reloc_addr_arg; const int r_type = ELF64_R_TYPE (reloc->r_info); -#ifndef RTLD_BOOTSTRAP const Elf64_Sym *const refsym = sym; -#endif if (r_type == R_PPC64_RELATIVE) { |