aboutsummaryrefslogtreecommitdiff
path: root/gdb/Makefile.in
diff options
context:
space:
mode:
authorTom Tromey <tom@tromey.com>2023-10-14 13:31:57 -0600
committerTom Tromey <tom@tromey.com>2023-10-29 10:35:29 -0600
commit04f0f42bcf4fb5f7bbde0b954f816c5f6ff7f571 (patch)
treeb00c3fd6c89a117f426d51d2249011170ddb73f5 /gdb/Makefile.in
parentc7224db7af39652f36fd538ac997eb40cc79d770 (diff)
downloadfsf-binutils-gdb-04f0f42bcf4fb5f7bbde0b954f816c5f6ff7f571.zip
fsf-binutils-gdb-04f0f42bcf4fb5f7bbde0b954f816c5f6ff7f571.tar.gz
fsf-binutils-gdb-04f0f42bcf4fb5f7bbde0b954f816c5f6ff7f571.tar.bz2
Move read_addrmap_from_aranges to new file
In the interest of shrinking dwarf2/read.c a little more, this patch moves the code that deciphers .debug_aranges into a new file. Reviewed-By: Guinevere Larsen <blarsen@redhat.com>
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r--gdb/Makefile.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in
index 9c0a0bf..52b0869 100644
--- a/gdb/Makefile.in
+++ b/gdb/Makefile.in
@@ -1065,6 +1065,7 @@ COMMON_SFILES = \
dwarf2/abbrev.c \
dwarf2/abbrev-cache.c \
dwarf2/ada-imported.c \
+ dwarf2/aranges.c \
dwarf2/attribute.c \
dwarf2/comp-unit-head.c \
dwarf2/cooked-index.c \
@@ -1321,6 +1322,7 @@ HFILES_NO_SRCDIR = \
disasm-flags.h \
disasm.h \
dummy-frame.h \
+ dwarf2/aranges.h \
dwarf2/cooked-index.h \
dwarf2/cu.h \
dwarf2/frame-tailcall.h \