This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository binutils-gdb.
from 017772c826f Automatic date update in version.in new 2ab317fb829 gdb: introduce symtab_create_debug_printf new 80affb9f80d gdb: add debug prints in buildsym.c new ddc01737d34 gdb/dwarf: pass compilation directory to line header new 0aa306fed31 gdb/dwarf: pass a file_entry to line_header::file_file_name new f71ad5556cf gdb: add "id" fields to identify symtabs and subfiles new ee26d001cdf gdb: remove code to prepend comp dir in buildsym_compunit:: [...] new 7900b17e334 gdb/testsuite: add macros test for source files compiled in [...]
The 7 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: gdb/buildsym.c | 51 ++- gdb/buildsym.h | 39 +- gdb/dwarf2/cu.c | 17 +- gdb/dwarf2/line-header.c | 60 ++-- gdb/dwarf2/line-header.h | 40 ++- gdb/dwarf2/macro.c | 16 +- gdb/dwarf2/read.c | 85 +++-- gdb/elfread.c | 15 +- gdb/macroscope.c | 2 +- gdb/minsyms.c | 16 +- gdb/psymtab.c | 14 +- gdb/symfile.c | 26 +- gdb/symfile.h | 11 +- gdb/symtab.h | 25 +- .../mi-start.c => gdb.base/macro-source-path.c} | 8 +- gdb/testsuite/gdb.base/macro-source-path.exp | 87 +++++ .../{dw2-zero-range.c => macro-source-path.c} | 6 +- gdb/testsuite/gdb.dwarf2/macro-source-path.exp | 396 +++++++++++++++++++++ gdb/testsuite/lib/dwarf.exp | 92 +++++ gdb/xcoffread.c | 1 + 20 files changed, 837 insertions(+), 170 deletions(-) copy gdb/testsuite/{gdb.mi/mi-start.c => gdb.base/macro-source-path.c} (87%) create mode 100644 gdb/testsuite/gdb.base/macro-source-path.exp copy gdb/testsuite/gdb.dwarf2/{dw2-zero-range.c => macro-source-path.c} (88%) create mode 100644 gdb/testsuite/gdb.dwarf2/macro-source-path.exp