aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 54b75aa..5d1a843 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,12 @@
2020-07-22 Simon Marchi <simon.marchi@polymtl.ca>
+ * jit.c (jiter_objfile_data::~jiter_objfile_data): Remove some
+ checks.
+ (jit_read_descriptor): Remove NULL check.
+ (jit_event_handler): Add an assertion.
+
+2020-07-22 Simon Marchi <simon.marchi@polymtl.ca>
+
* jit.h (struct jit_objfile_data): Split into...
(struct jiter_objfile_data): ... this ...
(struct jited_objfile_data): ... and this.