aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorAndrew Burgess <andrew.burgess@embecosm.com>2019-11-29 00:13:19 +0000
committerAndrew Burgess <andrew.burgess@embecosm.com>2019-12-01 22:31:31 +0000
commit11a8b1641e310f3d47173125b62ee2e2147e74f3 (patch)
tree55ebaa50252419175df63f1db83f4174a31e1e90 /gdb/ChangeLog
parent5bbd8269fa8d138e8ea1dd3c8cdf42412c1dfa41 (diff)
downloadgdb-11a8b1641e310f3d47173125b62ee2e2147e74f3.zip
gdb-11a8b1641e310f3d47173125b62ee2e2147e74f3.tar.gz
gdb-11a8b1641e310f3d47173125b62ee2e2147e74f3.tar.bz2
gdb/dwarf: Introduce dwarf2_per_cu_int_type function
This is a minor refactor in preparation for the next commit. Splits the core of dwarf2_per_cu_addr_sized_int_type out into a separate function. There should be no user visible changes after this commit. gdb/ChangeLog: * dwarf2read.c (dwarf2_per_cu_int_type): New function, takes most of its implementation from... (dwarf2_per_cu_addr_sized_int_type): ...here, which now just calls the new function. Change-Id: I8b849dd338012ec033b3f0a57d65cec0d7a3bd97
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 5da0725..98a3c65 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,12 @@
2019-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
+ * dwarf2read.c (dwarf2_per_cu_int_type): New function, takes most
+ of its implementation from...
+ (dwarf2_per_cu_addr_sized_int_type): ...here, which now just calls
+ the new function.
+
+2019-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
+
* dwarf2read.c (read_subrange_type): Read bit and byte stride and
create a range with stride where appropriate.
* f-valprint.c: Include 'gdbarch.h'.