aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorTom Tromey <tom@tromey.com>2020-02-08 13:40:54 -0700
committerTom Tromey <tom@tromey.com>2020-02-08 13:43:24 -0700
commit9f66ff1c8cd8f5512d49813abe48ddb9141474bf (patch)
treeba72e2b7cce109f9ed5e601be0fe0fb49c476b9a /gdb/ChangeLog
parentc8a7a66fb7c0bbc9c6f9cd896e20d9523a0d0900 (diff)
downloadgdb-9f66ff1c8cd8f5512d49813abe48ddb9141474bf.zip
gdb-9f66ff1c8cd8f5512d49813abe48ddb9141474bf.tar.gz
gdb-9f66ff1c8cd8f5512d49813abe48ddb9141474bf.tar.bz2
Move two more functions to dwarf2/leb.h
This moves read_n_bytes and read_direct_string to be with the the low-level value-reading code. 2020-02-08 Tom Tromey <tom@tromey.com> * dwarf2/read.c (read_n_bytes, read_direct_string): Move to read.c. * dwarf2/leb.h (read_n_bytes, read_direct_string): Move from read.c. Change-Id: Id07bfa13d93c0ac1f47a385749a8f01f4755b818
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 7755548..3be1756 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,12 @@
2020-02-08 Tom Tromey <tom@tromey.com>
+ * dwarf2/read.c (read_n_bytes, read_direct_string): Move to
+ read.c.
+ * dwarf2/leb.h (read_n_bytes, read_direct_string): Move from
+ read.c.
+
+2020-02-08 Tom Tromey <tom@tromey.com>
+
* dwarf2/read.c (read_address): Move to comp-unit.c.
(dwarf2_rnglists_process, dwarf2_ranges_process)
(read_attribute_value, dwarf_decode_lines_1)