aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorTom Tromey <tom@tromey.com>2018-05-20 16:15:14 -0600
committerTom Tromey <tom@tromey.com>2018-07-16 08:55:20 -0600
commitccdac490bb3b568e88626afc84017c79e2d086e7 (patch)
treeadf27344c840b81fc8b9fa735b4fe2e27ad203f5 /gdb/ChangeLog
parent43130d6f969cebcd407e210fd06e565647401ba9 (diff)
downloadgdb-ccdac490bb3b568e88626afc84017c79e2d086e7.zip
gdb-ccdac490bb3b568e88626afc84017c79e2d086e7.tar.gz
gdb-ccdac490bb3b568e88626afc84017c79e2d086e7.tar.bz2
Use gdb_assert in two places in buildsym.c
This changes buildsym.c to use gdb_assert rather than internal_error in a couple of spots. gdb/ChangeLog 2018-07-16 Tom Tromey <tom@tromey.com> * buildsym.c (push_subfile): Use gdb_assert. (pop_subfile): Use gdb_assert.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 04b80eb..d382384 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,10 @@
2018-07-16 Tom Tromey <tom@tromey.com>
+ * buildsym.c (push_subfile): Use gdb_assert.
+ (pop_subfile): Use gdb_assert.
+
+2018-07-16 Tom Tromey <tom@tromey.com>
+
* buildsym.h (merge_symbol_lists): Remove.
* buildsym.c (merge_symbol_lists): Remove.