diff options
author | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2022-08-30 10:33:15 -0300 |
---|---|---|
committer | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2022-09-21 12:01:47 -0300 |
commit | 2628500f5dff1dd99c49a09b418b3b1ea3a6b5d3 (patch) | |
tree | 5ae2c5598f3b1dffa03397898c02f9002f59af6d /NEWS | |
parent | 52c037f3574eb9062b111d78a4cbeb79681d07d3 (diff) | |
download | glibc-2628500f5dff1dd99c49a09b418b3b1ea3a6b5d3.zip glibc-2628500f5dff1dd99c49a09b418b3b1ea3a6b5d3.tar.gz glibc-2628500f5dff1dd99c49a09b418b3b1ea3a6b5d3.tar.bz2 |
m68k: Enforce 4-byte alignment on internal locks (BZ #29537)
A new internal definition, __LIBC_LOCK_ALIGNMENT, is used to force
the 4-byte alignment only for m68k, other architecture keep the
natural alignment of the type used internally (and hppa does not
require 16-byte alignment for kernel-assisted CAS).
Reviewed-by: Florian Weimer <fweimer@redhat.com>
(cherry picked from commit aeb4d2e9815d459e2640a31f5abb8ef803830107)
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -25,6 +25,7 @@ The following bugs are resolved with this release: [29485] Linux: Terminate subprocess on late failure in tst-pidfd [29490] alpha: New __brk_call implementation is broken [29528] elf: Call __libc_early_init for reused namespaces + [29537] libc: [2.34 regression]: Alignment issue on m68k when using [29539] libc: LD_TRACE_LOADED_OBJECTS changed how vDSO library are [29583] Use 64-bit interfaces in gconv_parseconfdir |