aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorAdhemerval Zanella <adhemerval.zanella@linaro.org>2022-08-30 10:33:15 -0300
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>2022-09-21 12:01:47 -0300
commit2628500f5dff1dd99c49a09b418b3b1ea3a6b5d3 (patch)
tree5ae2c5598f3b1dffa03397898c02f9002f59af6d /NEWS
parent52c037f3574eb9062b111d78a4cbeb79681d07d3 (diff)
downloadglibc-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--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index eab8829..1cc9a16 100644
--- a/NEWS
+++ b/NEWS
@@ -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