This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_cross/gnu-master-arm-check_cross in repository toolchain/ci/binutils-gdb.
from 1c7682f9f2 Automatic date update in version.in adds 12be796ca8 gdb: make all_inferiors_safe actually work adds 3dab9e15d3 Add basic Z80 CPU support adds ae9a5dd6ae Rename and refactor psymtab_include_file_name adds dcce7ec410 Pass file_and_directory through DWARF line-decoding code adds d030267c9c Simplify file_and_directory storage management adds 4584f33d68 Introduce find_source_or_rewrite adds e0ec6b1a87 Simplify DWARF file name caching adds 15659f0a4e Check for debug-types in map_symbol_filenames adds 1fd5fd5817 Fix file-name handling regression with DWARF index
No new revisions were added by this update.
Summary of changes: gdb/Makefile.in | 3 +- gdb/NEWS | 1 + gdb/configure.tgt | 4 + gdb/dwarf2/line-header.c | 19 - gdb/dwarf2/line-header.h | 7 - gdb/dwarf2/read.c | 270 ++++---- gdb/dwarf2/read.h | 3 + gdb/features/Makefile | 3 +- gdb/features/z80-cpu.xml | 33 + gdb/features/z80.c | 44 ++ gdb/features/z80.xml | 12 + gdb/inferior.h | 2 +- gdb/psymtab.c | 21 +- gdb/source.c | 28 + gdb/source.h | 7 + gdb/stubs/z80-stub.c | 1355 ++++++++++++++++++++++++++++++++++++++++ gdb/z80-tdep.c | 1461 ++++++++++++++++++++++++++++++++++++++++++++ gdb/z80-tdep.h | 52 ++ gdbsupport/safe-iterator.h | 10 +- 19 files changed, 3150 insertions(+), 185 deletions(-) create mode 100644 gdb/features/z80-cpu.xml create mode 100644 gdb/features/z80.c create mode 100644 gdb/features/z80.xml create mode 100644 gdb/stubs/z80-stub.c create mode 100644 gdb/z80-tdep.c create mode 100644 gdb/z80-tdep.h