]> sourceware.org Git - glibc.git/commitdiff
Linux: Move wordsize-32 Version to default
authorAdhemerval Zanella <adhemerval.zanella@linaro.org>
Tue, 18 Oct 2022 13:44:19 +0000 (10:44 -0300)
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>
Mon, 20 Feb 2023 13:19:25 +0000 (10:19 -0300)
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

index ca6eb1a49eb6bbe321d0f2ce237ce62354c12edb..bc59bce42f4e079593407d0615a2f7b700f54829 100644 (file)
@@ -157,6 +157,9 @@ libc {
   GLIBC_2.10 {
     fallocate;
   }
+  GLIBC_2.11 {
+    fallocate64;
+  }
   GLIBC_2.12 {
     _sys_errlist; sys_errlist; _sys_nerr; sys_nerr;
 
index 7e5ba5345564e470a7c2ca8bfad20596f0e53331..6e7cb6e2e5a9671f8aa95ab3f207b1b0cc221fe5 100644 (file)
@@ -4,9 +4,6 @@ libc {
     inb; inw; inl;
     outb; outw; outl;
   }
-  GLIBC_2.11 {
-    fallocate64;
-  }
   GLIBC_2.24 {
     recvmsg; sendmsg;
   }
diff --git a/sysdeps/unix/sysv/linux/generic/wordsize-32/Versions b/sysdeps/unix/sysv/linux/generic/wordsize-32/Versions
deleted file mode 100644 (file)
index cdc6022..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-libc {
-  GLIBC_2.15 {
-    fallocate64;
-  }
-}
index 357c68a78240dc4d33a397202bfb860f9e628356..78528e5fa20e6591866d2b00148de62782c984e5 100644 (file)
@@ -13,9 +13,6 @@ libc {
   GLIBC_2.4 {
     _sys_errlist; sys_errlist; _sys_nerr; sys_nerr;
   }
-  GLIBC_2.11 {
-    fallocate64;
-  }
   GLIBC_2.12 {
     _sys_errlist; sys_errlist; _sys_nerr; sys_nerr;
   }
index 1335e6551bfbf29f01a6aebb52632da8c8d374d4..f99a4d88d0d2ab7753a3f876e07408e3b4445c50 100644 (file)
@@ -37,10 +37,6 @@ libc {
     # v*
     vm86;
   }
-  GLIBC_2.11 {
-    # f*
-    fallocate64;
-  }
   GLIBC_PRIVATE {
     __modify_ldt; __uname;
   }
index d98ae120c198c22485d9d78c8abb63e65c706896..a77ea603387aea8103dca003efd4556f810d5016 100644 (file)
@@ -29,9 +29,6 @@ libc {
     # v*
     versionsort64;
   }
-  GLIBC_2.11 {
-    fallocate64;
-  }
   GLIBC_2.31 {
     msgctl; semctl; shmctl;
   }
diff --git a/sysdeps/unix/sysv/linux/microblaze/Versions b/sysdeps/unix/sysv/linux/microblaze/Versions
deleted file mode 100644 (file)
index aa48a3c..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-libc {
-  GLIBC_2.18 {
-    fallocate64;
-  }
-}
index db6222e9a79628ae4f75eec4d33087730079fdef..9ea0fa65a4ac3c41c6f7c87afa872f08757108ce 100644 (file)
@@ -26,9 +26,6 @@ libc {
     pthread_attr_setstack;
     pthread_attr_setstacksize;
   }
-  GLIBC_2.11 {
-    fallocate64;
-  }
   GLIBC_PRIVATE {
     # nptl/pthread_cond_timedwait.c uses INTERNAL_VSYSCALL(clock_gettime).
     __vdso_clock_gettime;
index 918e0231d0ed3925beebd1bc5b36f80f0565babb..416e8db5ae7a8636c6548361e9c01669f2a09ee9 100644 (file)
@@ -31,9 +31,6 @@ libc {
     siglongjmp;
     swapcontext;
   }
-  GLIBC_2.11 {
-    fallocate64;
-  }
   GLIBC_2.17 {
     __ppc_get_timebase_freq;
   }
index bd1a46df88a6c4743f40f92d3e79141bbe1d86c9..1b96fc42a3d97f13b887c6cb45ee4864efb65d1a 100644 (file)
@@ -44,9 +44,6 @@ libc {
     getutmpx;
     login;
   }
-  GLIBC_2.11 {
-    fallocate64;
-  }
   GLIBC_2.31 {
     msgctl; semctl; shmctl;
   }
index 9c734ff755f44252e22949d4ea385e3c274bf751..3ad702e165085d52600f540badfb75a339010b6d 100644 (file)
@@ -22,9 +22,6 @@ libc {
     # v*
     versionsort64;
   }
-  GLIBC_2.11 {
-    fallocate64;
-  }
   GLIBC_2.16 {
     fanotify_mark;
   }
index d928a6534616c56375a0042b61b8b9b663b9bb3d..4529e7fe6ff95cfd7a64e8b8aa74d5ab61f13783 100644 (file)
@@ -17,7 +17,4 @@ libc {
     # s*
     scandir64;
   }
-  GLIBC_2.11 {
-    fallocate64;
-  }
 }
This page took 0.057808 seconds and 5 git commands to generate.