aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdhemerval Zanella <adhemerval.zanella@linaro.org>2022-08-30 10:33:15 -0300
committerAndreas K. Hüttel <dilfridge@gentoo.org>2022-10-01 22:23:47 +0200
commite55a0866523668b6e177c25ca567d514a9793515 (patch)
treecbcf7f1fce11152a52c599896a31222ede7f904f
parentgconv: Use 64-bit interfaces in gconv_parseconfdir (bug 29583) (diff)
downloadglibc-e55a0866523668b6e177c25ca567d514a9793515.tar.gz
glibc-e55a0866523668b6e177c25ca567d514a9793515.tar.bz2
glibc-e55a0866523668b6e177c25ca567d514a9793515.zip
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) (cherry picked from commit a7d53833280541daa93fedb13c19aa6f1bf49f99)
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index d5f0180a4b..efbddefdb8 100644
--- a/NEWS
+++ b/NEWS
@@ -59,6 +59,7 @@ The following bugs are resolved with this release:
[29446] _dlopen now ignores dl_caller argument in static mode
[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
[29583] Use 64-bit interfaces in gconv_parseconfdir