about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorStefan Liebler <stli@linux.vnet.ibm.com>2014-11-13 10:42:31 +0100
committerAndreas Krebbel <krebbel@linux.vnet.ibm.com>2014-11-13 10:43:24 +0100
commit618cebeff82ae775308eb29d7891e22861411e21 (patch)
treed9e959e5c2b33fd6e99a1240b6bcca7c1b4ba5be /ChangeLog
parentc6aab2cb524a9c54613f0a4f8310fc1ab48658a8 (diff)
downloadglibc-618cebeff82ae775308eb29d7891e22861411e21.tar.gz
glibc-618cebeff82ae775308eb29d7891e22861411e21.tar.xz
glibc-618cebeff82ae775308eb29d7891e22861411e21.zip
S/390: Get rid of warning: the comparision will always evaluate as false.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f6fe1fa4c3..a6711e194b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+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.
+	* sysdeps/s390/s390-64/backtrace.c (__backtrace):
+	Likewise.
+	(__backchain_backtrace): Declare as static.
+
 2014-11-12  Roland McGrath  <roland@hack.frob.com>
 
 	* nptl/createthread.c [!TLS_MULTIPLE_THREADS_IN_TCB]