glibc/sysdeps/s390/multiarch
Joseph Myers 609054152f Fix ifunc-impl-list.c build for s390
Builds for s390 recently started failing with:

../sysdeps/s390/multiarch/ifunc-impl-list.c: In function '__libc_ifunc_impl_list':
../sysdeps/s390/multiarch/ifunc-impl-list.c:83:21: error: unused variable 'dl_hwcap' [-Werror=unused-variable]
   83 |   unsigned long int dl_hwcap = features->hwcap;
      |                     ^~~~~~~~

https://sourceware.org/pipermail/libc-testresults/2023q1/010855.html

Add __attribute__ ((unused)) as already done for another variable
there.

Tested with build-many-glibcs.py (compilers and glibcs) for
s390x-linux-gnu and s390-linux-gnu.

Note: s390x-linux-gnu-O3 started failing with a different error
earlier; that problem may still need to be fixed after this fix is in.

https://sourceware.org/pipermail/libc-testresults/2023q1/010829.html
2023-02-17 17:23:50 +00:00
..
iconv Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
8bit-generic.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
dl-symbol-redir-ifunc.h Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
gconv_simple.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
gen-8bit.sh S390: Optimize 8bit-generic iconv modules. 2016-05-25 17:18:04 +02:00
ifunc-impl-list.c Fix ifunc-impl-list.c build for s390 2023-02-17 17:23:50 +00:00
ifunc-resolve.h S390: Influence hwcaps/stfle via GLIBC_TUNABLES. 2023-02-07 09:19:27 +01:00
Makefile S390: Refactor wmemcmp ifunc handling. 2018-12-18 13:57:25 +01:00
utf8-utf16-z9.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
utf8-utf32-z9.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
utf16-utf32-z9.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00