aboutsummaryrefslogtreecommitdiff
path: root/gdb/Makefile.in
diff options
context:
space:
mode:
authorTom Tromey <tom@tromey.com>2020-03-26 09:28:08 -0600
committerTom Tromey <tom@tromey.com>2020-03-26 09:28:15 -0600
commitc90ec28ae44ebf72d57d58439d02fc5aab90f1f6 (patch)
treeb8d04f025c5bdeaa2d32d6e89a5c788a3851bbfb /gdb/Makefile.in
parent4f44ae6c69b839712a33a46aaa62d58d2b16b4ca (diff)
downloadfsf-binutils-gdb-c90ec28ae44ebf72d57d58439d02fc5aab90f1f6.zip
fsf-binutils-gdb-c90ec28ae44ebf72d57d58439d02fc5aab90f1f6.tar.gz
fsf-binutils-gdb-c90ec28ae44ebf72d57d58439d02fc5aab90f1f6.tar.bz2
Move code to new file dwarf2/macro.c
This moves some more code out of dwarf2/read.c, introducing new files dwarf2/macro.c and dwarf2/macro.h. gdb/ChangeLog 2020-03-26 Tom Tromey <tom@tromey.com> * dwarf2/read.c (dwarf2_macro_malformed_definition_complaint) (macro_start_file, consume_improper_spaces) (parse_macro_definition, skip_form_bytes, skip_unknown_opcode) (dwarf_parse_macro_header, dwarf_decode_macro_bytes) (dwarf_decode_macros): Move to macro.c. * dwarf2/macro.c: New file. * dwarf2/macro.h: New file. * Makefile.in (COMMON_SFILES): Add dwarf2/macro.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 c9450ce..f66affd 100644
--- a/gdb/Makefile.in
+++ b/gdb/Makefile.in
@@ -1013,6 +1013,7 @@ COMMON_SFILES = \
dwarf2/leb.c \
dwarf2/line-header.c \
dwarf2/loc.c \
+ dwarf2/macro.c \
dwarf2/read.c \
dwarf2/section.c \
eval.c \