Linux: Move wordsize-32 Version to default
commit6008978f065e205d986e51e0dabbb7e50bc45914
authorAdhemerval Zanella <adhemerval.zanella@linaro.org>
Tue, 18 Oct 2022 13:44:19 +0000 (18 10:44 -0300)
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>
Mon, 20 Feb 2023 13:19:25 +0000 (20 10:19 -0300)
treefb7eba91759253f0f4364427d213495ddfec2960
parent2e6a9d7f2cfc67a2a3e851368422cdb225af86cb
Linux: Move wordsize-32 Version to default

And remove redundant entries on other architectures Version.  The
version for fallocate64 was supposed to be 2.10, but it was then
added to 32-bit platforms in 2.11 because it mistakenly wasn't
exported for them in  2.10 (see the commit message for
1f3615a1c97a030bca59f728f998947f852679b9).

The linux/generic did not exist before 2.15, i.e. when the tile
ports were added (and microblaze did not exist before 2.18), which
explains those differences but also illustrates that "2.11 for 32-bit,
2.10 for 64-bit" should be sufficient since versions older than the
minimum for the architecture are automatically adjusted.

Reviewed-by: Carlos O'Donell <carlos@redhat.com>
Tested-by: Carlos O'Donell <carlos@redhat.com>
12 files changed:
sysdeps/unix/sysv/linux/Versions
sysdeps/unix/sysv/linux/arm/Versions
sysdeps/unix/sysv/linux/generic/wordsize-32/Versions [deleted file]
sysdeps/unix/sysv/linux/hppa/Versions
sysdeps/unix/sysv/linux/i386/Versions
sysdeps/unix/sysv/linux/m68k/Versions
sysdeps/unix/sysv/linux/microblaze/Versions [deleted file]
sysdeps/unix/sysv/linux/mips/Versions
sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions
sysdeps/unix/sysv/linux/s390/s390-32/Versions
sysdeps/unix/sysv/linux/sh/Versions
sysdeps/unix/sysv/linux/sparc/sparc32/Versions