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 3dab9e15d3a Add basic Z80 CPU support new ae9a5dd6ae1 Rename and refactor psymtab_include_file_name new dcce7ec4108 Pass file_and_directory through DWARF line-decoding code new d030267c9cc Simplify file_and_directory storage management new 4584f33d68b Introduce find_source_or_rewrite new e0ec6b1a879 Simplify DWARF file name caching new 15659f0a4ea Check for debug-types in map_symbol_filenames new 1fd5fd5817d Fix file-name handling regression with DWARF index
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/dwarf2/line-header.c | 19 ---- gdb/dwarf2/line-header.h | 7 -- gdb/dwarf2/read.c | 270 ++++++++++++++++++++++++----------------------- gdb/dwarf2/read.h | 3 + gdb/psymtab.c | 21 +--- gdb/source.c | 28 +++++ gdb/source.h | 7 ++ 7 files changed, 178 insertions(+), 177 deletions(-)