aboutsummaryrefslogtreecommitdiff
path: root/binutils/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r--binutils/ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog
index 4d77120..980bc54 100644
--- a/binutils/ChangeLog
+++ b/binutils/ChangeLog
@@ -1,3 +1,17 @@
+2019-02-21 Nick Clifton <nickc@redhat.com>
+
+ PR 24247
+ * unwind-ia64.c: Include sysdep.h.
+ (unw_decode_x1): Check current pointer against end pointer before
+ accessing memory.
+ (unw_decode_x2): Likewise.
+ (unw_decode_x3): Likewise.
+ (unw_decode_x4): Likewise.
+ (unw_decode_r2): Likewise.
+ (unw_decode_p2_p5): Likewise.
+ (unw_decode_p7_p10): Likewise.
+ (unw_decode): Likewise.
+
2019-02-20 Nick Clifton <nickc@redhat.com>
PR 24246