]> git.ipfire.org Git - thirdparty/glibc.git/commit
time: Refactor timesize.h for some ABIs
authorAdhemerval Zanella <adhemerval.zanella@linaro.org>
Fri, 31 Dec 2021 13:58:13 +0000 (10:58 -0300)
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>
Fri, 31 Dec 2021 13:58:13 +0000 (10:58 -0300)
commit1f17da01e64efba97c0d39e2b3d01c8034b6db5a
tree7476ae8e52c969b1fd60ef5abbfedee332a3adcb
parent33e8e95cbd0d6724553f390142d4b11352d59dd0
time: Refactor timesize.h for some ABIs

Commit a4b413135535c83a changed default __TIMESIZE to 64, however
it added sub-architecture timesize.h for powerpc, s390, and
sparc.

Also simplify mips by removing _MIPS_SIM usage (which would require
to add sgidefs inclusion.
sysdeps/unix/sysv/linux/mips/bits/timesize.h
sysdeps/unix/sysv/linux/powerpc/bits/timesize.h [moved from sysdeps/unix/sysv/linux/powerpc/powerpc32/bits/timesize.h with 93% similarity]
sysdeps/unix/sysv/linux/s390/bits/timesize.h [moved from sysdeps/unix/sysv/linux/s390/s390-32/bits/timesize.h with 87% similarity]
sysdeps/unix/sysv/linux/sparc/bits/timesize.h [moved from sysdeps/unix/sysv/linux/sparc/sparc32/bits/timesize.h with 87% similarity]