This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: [PATCH] S/390: Get rid of warning: the comparision will always evaluate as false
- From: Andreas Krebbel <krebbel at linux dot vnet dot ibm dot com>
- To: Stefan Liebler <stli at linux dot vnet dot ibm dot com>, libc-alpha at sourceware dot org
- Date: Thu, 13 Nov 2014 10:48:07 +0100
- Subject: Re: [PATCH] S/390: Get rid of warning: the comparision will always evaluate as false
- Authentication-results: sourceware.org; auth=none
- References: <m1107c$q5c$1 at ger dot gmane dot org>
On 10/07/2014 05:18 PM, Stefan Liebler wrote:
> 2014-10-07 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.
>
Applied. Thanks!
-Andreas-