On 4/11/23 06:45, Adhemerval Zanella Netto wrote:
It makes difference on all ABIs with has originally 32 bit time_t support:
i686, microblaze, arm, m68k, sh, csky, nios2, and hppa, powerpc32, sparc32,
s390, and mips o32.
Thanks, I installed the attached. It also mentions Android, which still
supports a 32-bit ABI though rumors are it's going away in Android 14;
see <https://chromeunboxed.com/pixel-7-series-no-32-bit-apps>.
As I'm not sure about the difference between your "mips o32" and the
doc's "mips (32-bit or n32 ABI)", I left the doc alone there.From eebb3a74aecc84cc2a316015ca58dc8ba3f35875 Mon Sep 17 00:00:00 2001
From: Paul Eggert <egg...@cs.ucla.edu>
Date: Tue, 11 Apr 2023 14:54:20 -0700
Subject: [PATCH] doc: update year2038 list further
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Prompted by Adhemerval Zanella Netto’s email in:
https://lists.gnu.org/r/bug-gnulib/2023-04/msg00083.html
Also, mention 32-bit Android.
* doc/year2038.texi: Mention Linux/ork1 and Android.
Append "32" to powerpc and sparc names.
---
ChangeLog | 9 +++++++++
doc/year2038.texi | 6 ++++--
2 files changed, 13 insertions(+), 2 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index a37429f7f6..c80d5587e8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2023-04-11 Paul Eggert <egg...@cs.ucla.edu>
+
+ doc: update year2038 list further
+ Prompted by Adhemerval Zanella Netto’s email in:
+ https://lists.gnu.org/r/bug-gnulib/2023-04/msg00083.html
+ Also, mention 32-bit Android.
+ * doc/year2038.texi: Mention Linux/ork1 and Android.
+ Append "32" to powerpc and sparc names.
+
2023-04-11 Bruno Haible <br...@clisp.org>
Fix the "make sc_prohibit_AC_LIBOBJ_in_m4" findings.
diff --git a/doc/year2038.texi b/doc/year2038.texi
index 626729578f..4dac00bf56 100644
--- a/doc/year2038.texi
+++ b/doc/year2038.texi
@@ -58,11 +58,11 @@ in bi-arch systems):
@itemize
@item
Linux kernel 5.1 (2019) and later with glibc 2.34 (2021) and later on
-x86, arm, mips (32-bit or n32 ABI), powerpc, sparc, s390, hppa, m68k, sh, csky, microblaze, nios2,
+x86, arm, mips (32-bit or n32 ABI), powerpc32, sparc32, s390, hppa, m68k, sh, csky, microblaze, nios2,
@item
Linux kernel 5.1 (2019) and later with musl libc 1.2 (2020) and later on x86,
@item
-Linux on arc, loong32, riscv32 and x86_64-x32,
+Linux on arc, loong32, ork1, riscv32 and x86_64-x32,
@item
NetBSD 6.0 (2012) and later on x86 and sparc,
@item
@@ -81,6 +81,8 @@ platforms or ABIs:
@itemize
@item
+Android,
+@item
Mac OS X 10.6 (2009) and earlier on x86 and powerpc,
@item
GNU/Hurd/x86,
--
2.39.2