aboutsummaryrefslogtreecommitdiff
path: root/gdb/Makefile.in
diff options
context:
space:
mode:
authorTom Tromey <tom@tromey.com>2021-05-17 14:16:06 -0600
committerTom Tromey <tom@tromey.com>2021-05-17 14:16:06 -0600
commit839118f920751fc9fd06463f6820c40f3b0baabc (patch)
tree70ff71d85b99f6c25db349a47ba400e463cb43e3 /gdb/Makefile.in
parent8ae78a440e4e2ea7ecda9b33a6b3ec63bbcd3c65 (diff)
downloadfsf-binutils-gdb-839118f920751fc9fd06463f6820c40f3b0baabc.zip
fsf-binutils-gdb-839118f920751fc9fd06463f6820c40f3b0baabc.tar.gz
fsf-binutils-gdb-839118f920751fc9fd06463f6820c40f3b0baabc.tar.bz2
Move some dwarf2_cu methods to new file
This moves some of the dwarf2_cu methods to a new file, dwarf2/cu.c. gdb/ChangeLog 2021-05-17 Tom Tromey <tom@tromey.com> * dwarf2/read.c (dwarf2_cu::addr_sized_int_type) (dwarf2_cu::start_symtab, dwarf2_cu::addr_type) (dwarf2_cu::dwarf2_cu): Move to cu.c. * dwarf2/cu.c: New file. * Makefile.in (COMMON_SFILES): Add dwarf2/cu.c.
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r--gdb/Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in
index 4737cc9..1f37fe4 100644
--- a/gdb/Makefile.in
+++ b/gdb/Makefile.in
@@ -1026,6 +1026,7 @@ COMMON_SFILES = \
dwarf2/abbrev.c \
dwarf2/attribute.c \
dwarf2/comp-unit.c \
+ dwarf2/cu.c \
dwarf2/dwz.c \
dwarf2/expr.c \
dwarf2/frame-tailcall.c \