aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/s390
diff options
context:
space:
mode:
authorStefan Liebler <stli@linux.vnet.ibm.com>2014-11-13 10:44:11 +0100
committerAndreas Krebbel <krebbel@linux.vnet.ibm.com>2014-11-13 10:44:11 +0100
commit47df8251e8df7570d9581806113723aeb07dc35d (patch)
treeb40d4244caa269b759f1ea9f8dd2a1b686651124 /sysdeps/s390
parent618cebeff82ae775308eb29d7891e22861411e21 (diff)
downloadglibc-47df8251e8df7570d9581806113723aeb07dc35d.zip
glibc-47df8251e8df7570d9581806113723aeb07dc35d.tar.gz
glibc-47df8251e8df7570d9581806113723aeb07dc35d.tar.bz2
S/390: Get rid of warning unused variable in dl-machine.h.
Diffstat (limited to 'sysdeps/s390')
-rw-r--r--sysdeps/s390/s390-64/dl-machine.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sysdeps/s390/s390-64/dl-machine.h b/sysdeps/s390/s390-64/dl-machine.h
index 463021c..01c0d33 100644
--- a/sysdeps/s390/s390-64/dl-machine.h
+++ b/sysdeps/s390/s390-64/dl-machine.h
@@ -278,7 +278,8 @@ elf_machine_rela (struct link_map *map, const Elf64_Rela *reloc,
return;
else
{
-#ifndef RESOLVE_CONFLICT_FIND_MAP
+#if !defined RTLD_BOOTSTRAP && !defined RESOLVE_CONFLICT_FIND_MAP
+ /* Only needed for R_390_COPY below. */
const Elf64_Sym *const refsym = sym;
#endif
struct link_map *sym_map = RESOLVE_MAP (&sym, version, r_type);