aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorTom Tromey <tom@tromey.com>2018-05-20 10:48:41 -0600
committerTom Tromey <tom@tromey.com>2018-07-16 08:55:16 -0600
commit530fedbcbf61b6d74c76a8ba720fe29d98896831 (patch)
tree22a41ec3bf3b32adc9437edc264d153a710bc1db /gdb/ChangeLog
parent6a976300e78cf6c90b5b70626ff1b28f495d8bab (diff)
downloadgdb-530fedbcbf61b6d74c76a8ba720fe29d98896831.zip
gdb-530fedbcbf61b6d74c76a8ba720fe29d98896831.tar.gz
gdb-530fedbcbf61b6d74c76a8ba720fe29d98896831.tar.bz2
Move have_line_numbers to buildsym_compunit
This moves the global have_line_numbers into buildsym_compunit. gdb/ChangeLog 2018-07-16 Tom Tromey <tom@tromey.com> * buildsym.c (struct buildsym_compunit) <m_have_line_numbers>: New member. (have_line_numbers): Remove. (record_line, prepare_for_building, end_symtab_get_static_block) (augment_type_symtab): Update.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 2c60338..4f4ad6a 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,13 @@
2018-07-16 Tom Tromey <tom@tromey.com>
+ * buildsym.c (struct buildsym_compunit) <m_have_line_numbers>: New
+ member.
+ (have_line_numbers): Remove.
+ (record_line, prepare_for_building, end_symtab_get_static_block)
+ (augment_type_symtab): Update.
+
+2018-07-16 Tom Tromey <tom@tromey.com>
+
* buildsym.c (~buildsym_compunit): Free the macro table.
(struct buildsym_compunit) <get_macro_table, release_macros>: New
methods.