aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorSimon Marchi <simon.marchi@ericsson.com>2018-07-16 14:08:26 -0400
committerSimon Marchi <simon.marchi@ericsson.com>2018-07-16 14:08:26 -0400
commit8b411ff8d537ae34f1336ba1e9694d694ddde27d (patch)
tree7951b44252cc2d9cb1e1216a09d4d80e5ecbd87a /gdb
parent5d691c8829d0e5c4c4b9cfb147c8a873ce18085b (diff)
downloadgdb-8b411ff8d537ae34f1336ba1e9694d694ddde27d.zip
gdb-8b411ff8d537ae34f1336ba1e9694d694ddde27d.tar.gz
gdb-8b411ff8d537ae34f1336ba1e9694d694ddde27d.tar.bz2
Add missing ChangeLog entry
I forgot to append the ChangeLog entry to the last commit...
Diffstat (limited to 'gdb')
-rw-r--r--gdb/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index af19524..e113804 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,9 @@
+2018-07-16 Simon Marchi <simon.marchi@polymtl.ca>
+
+ * ia64-tdep.c (ktab_buf): New global.
+ (getunwind_table): Return a gdb::optional<gdb::byte_vector>.
+ (get_kernel_table): Adjust.
+
2018-07-16 Tom Tromey <tom@tromey.com>
* xcoffread.c (read_xcoff_symtab): Use outermost_context_p.