diff options
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 08b5f23..cd30155 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,11 @@ 2018-05-23 Tom Tromey <tom@tromey.com> + * complaints.c (struct complain) <file, line>: Remove. + (find_complaint): Remove file, line parameters. + (complaint_internal): Update. + +2018-05-23 Tom Tromey <tom@tromey.com> + * complaints.c (vcomplaint): Remove. (complaint_internal) Merge in contents of vcomplaint. |