summaryrefslogtreecommitdiff
path: root/sysdeps/m68k/backtrace.c
diff options
context:
space:
mode:
authorAdhemerval Zanella <adhemerval.zanella@linaro.org>2020-06-30 14:08:22 -0300
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>2020-07-01 14:03:36 -0300
commitfeb2d33e22e2d86c92ae42e7dc92c3ba3eb88c85 (patch)
tree696afe0976a2081ee63e33f22746ee7f4b90fa31 /sysdeps/m68k/backtrace.c
parent19f0daf89ac6b31d3b3e82ce83a3a489d39129c7 (diff)
downloadglibc-feb2d33e22e2d86c92ae42e7dc92c3ba3eb88c85.tar.gz
sysv: linux: Add 64-bit time_t variant for shmctlazanella/semctl-y2038
To provide a y2038 safe interface a new symbol __shmctl64 is added and __shmctl is change to call it instead (it adds some extra buffer copy for the 32 bit time_t implementation). Two two new structures are added: 1. kernel_shmid64_ds: used internally only on 32-bit architectures to issue the syscall. A handful architectures (hppa, i386, mips, powerpc32, and sparc32) requires specific implementation due its specific kernel ABI. 2. shmid_ds64: this is only for __TIMESIZE != 64 to use along with the 64-bit semctl. It is different than the kernel one because the exported 64-bit time_t might require different alignment depending of the architecture ABI. So the resulting implementation does: 1. For 64-bit architectures it assumes shmid_ds already contains 64-bit time_t fields it will result in just the __shmctl symbol using the __shmctl64 code. The shmid_ds argument is passed as-is to the syscall. 2. For 32-bit architectures with default 64-bit time_t (newer ABIs such riscv32 or arc), it will also result in only one exported symbol but with the required high/low time handling. 3. Finally for 32-bit architecture with both 32-bit and 64-bit time_t support we follow the already set way to provide one symbol with 64-bit time_t support and implement the 32-bit time_t support on basis of the 64-bit one. The default 32-bit symbol will allocate and copy the shmid_ds over multiple buffers, but this should be deprecated in favor of the __shmctl64 anyway. Checked on i686-linux-gnu and x86_64-linux-gnu. I also did some sniff tests on powerpc, powerpc64, mips, mips64, armhf, sparcv9, and sparc64.
Diffstat (limited to 'sysdeps/m68k/backtrace.c')
0 files changed, 0 insertions, 0 deletions