summaryrefslogtreecommitdiff
path: root/libphobos/ChangeLog
diff options
context:
space:
mode:
authorGCC Administrator <gccadmin@gcc.gnu.org>2021-04-21 00:16:23 +0000
committerGCC Administrator <gccadmin@gcc.gnu.org>2021-04-21 00:16:23 +0000
commitbe8aad8d73f47e2581c873ba1069489e071c2a86 (patch)
tree0cd97c130b59f37b6c7e54617e71b14ce4bcebea /libphobos/ChangeLog
parent5491da23088734d516aae220810f253b9922c98c (diff)
Daily bump.
Diffstat (limited to 'libphobos/ChangeLog')
-rw-r--r--libphobos/ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/libphobos/ChangeLog b/libphobos/ChangeLog
index 56f7de524d4..ddb1830bf62 100644
--- a/libphobos/ChangeLog
+++ b/libphobos/ChangeLog
@@ -1,3 +1,17 @@
+2021-04-20 Iain Buclaw <ibuclaw@gdcproject.org>
+
+ PR d/98584
+ * libdruntime/gcc/deh.d (scanLSDA): Update calls to read_uleb128 and
+ read_encoded_value.
+ (actionTableLookup): Update calls to read_sleb128 and
+ read_encoded_value_with_base.
+ * libdruntime/gcc/unwind/pe.d (read_uleb128): Update signature.
+ (read_sleb128): Update signature.
+ (read_unaligned): New function.
+ (read_encoded_value_with_base): Update signature. Call read_unaligned
+ instead of unsafe pointer dereferencing.
+ (read_encoded_value): Update signature.
+
2021-04-19 Iain Buclaw <ibuclaw@gdcproject.org>
PR d/98494