On 11/04/23 18:58, Paul Eggert wrote:
> 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.
In fact n32 is also affected (the time_t size is defined based on gcc
_MIPS_SZPTR).