aboutsummaryrefslogtreecommitdiff
path: root/libsanitizer/ChangeLog
diff options
context:
space:
mode:
authorTamar Christina <tamar.christina@arm.com>2019-10-22 14:25:38 +0000
committerTamar Christina <tnfchris@gcc.gnu.org>2019-10-22 14:25:38 +0000
commit761a3a95ee26d54fbb8351c15cf5773d58fc9f70 (patch)
tree877fc8c61a6d2d96de5bb0932b80308d35942415 /libsanitizer/ChangeLog
parent2e30cb8395130982b8b28a4eb42814f4da1fb6d2 (diff)
Arm: Fix arm libsanitizer bootstrap failure
Glibc has recently introduced changed to the mode field in ipc_perm in commit 2f959dfe849e0646e27403f2e4091536496ac0f0. For Arm this means that the mode field no longer has the same size. This causes an assert failure against libsanitizer's internal copy of ipc_perm. Since this change can't be easily detected I am adding arm to the list of targets that are excluded from this check. libsanitizer doesn't use this field (and others, it in fact uses only 1 field) so this check can be ignored. Padding bits were used by glibc when the field was changed so sizeof and offsets of the remaining fields should be the same. libsanitizer/ChangeLog: PR sanitizer/92154 * sanitizer_common/sanitizer_platform_limits_posix.cpp (defined): Cherry-pick compiler-rt revision r375220. From-SVN: r277291
Diffstat (limited to 'libsanitizer/ChangeLog')
-rw-r--r--libsanitizer/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/libsanitizer/ChangeLog b/libsanitizer/ChangeLog
index 7c1f34a2e00..2724f2829b3 100644
--- a/libsanitizer/ChangeLog
+++ b/libsanitizer/ChangeLog
@@ -1,3 +1,9 @@
+2019-10-22 Tamar Christina <tamar.christina@arm.com>
+
+ PR sanitizer/92154
+ * sanitizer_common/sanitizer_platform_limits_posix.cpp:
+ Cherry-pick compiler-rt revision r375220.
+
2019-09-27 Maciej W. Rozycki <macro@wdc.com>
* configure: Regenerate.