aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a6711e1..6648967 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2014-11-13 Stefan Liebler <stli@linux.vnet.ibm.com>
+ * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
+ Gate the definition of refsym additionally with !RTLD_BOOTSTRAP
+ to get rid of unused variable warning.
+
+2014-11-13 Stefan Liebler <stli@linux.vnet.ibm.com>
+
* sysdeps/s390/s390-32/backtrace.c (__backtrace):
Check for unwind_backtrace == NULL only in SHARED case.
(__backchain_backtrace): Compile only in SHARED case.