glibc/sysdeps
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
..
aarch64 string: Add libc_hidden_proto for memrchr 2023-02-08 17:13:58 -03:00
alpha alpha: Add string-fza, string-fzb.h, string-fzi.h, and string-shift.h 2023-02-06 16:19:35 -03:00
arc
arm arm: Add string-fza.h 2023-02-06 16:19:35 -03:00
csky C-SKY: Strip hard float abi from hard float feature. 2023-02-07 16:34:24 +08:00
generic Fix typos in comments 2023-02-12 16:34:28 +01:00
gnu
hppa hppa: Add string-fza.h, string-fzc.h, and string-fzi.h 2023-02-06 16:19:35 -03:00
htl htl: Remove ./sysdeps/htl/bits/types/struct___pthread_mutex.h 2023-02-12 17:28:32 +01:00
hurd
i386 htl: Generalize i386 pt-machdep.h to x86 2023-02-12 16:33:39 +01:00
ia64
ieee754
loongarch
m68k string: Add libc_hidden_proto for strchrnul 2023-02-08 17:13:56 -03:00
mach [hurd] Fix i686 build breakage caused by 4fedebc911 2023-02-17 11:21:28 +01:00
microblaze
mips
nios2
nptl
or1k
posix
powerpc string: Add libc_hidden_proto for memrchr 2023-02-08 17:13:58 -03:00
pthread
riscv riscv: Add string-fza.h and string-fzi.h 2023-02-06 16:19:35 -03:00
s390 Fix ifunc-impl-list.c build for s390 2023-02-17 17:23:50 +00:00
sh sh: Add string-fzb.h 2023-02-06 16:19:35 -03:00
sparc
unix C2x strtol binary constant handling 2023-02-16 23:02:40 +00:00
wordsize-32
wordsize-64 C2x strtol binary constant handling 2023-02-16 23:02:40 +00:00
x86 htl: Generalize i386 pt-machdep.h to x86 2023-02-12 16:33:39 +01:00
x86_64 hurd, htl: Add some x86_64-specific code 2023-02-12 16:35:03 +01:00