This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk_llvm_apm/llvm-master-arm-spec2k6-Os in repository toolchain/ci/binutils-gdb.
from 99c9026904 [gdb/build] Fix build breaker in language.c with gcc 7.5.0 adds 29136be7df Don't use BFD_VMA_FMT in gdb and sim adds 4900c4e60c Get rid of BFD_VMA_FMT adds 9663a947c0 Automatic date update in version.in adds 77b38f6db9 ubsan: som.c undefined shift in som_set_reloc_info adds 578a7392c3 objcopy section alignment adds f7a559d5e1 msan: bfd_mach_o_layout_commands use of uninitialised value adds 431d48ef28 asan: segfault in coff_write_auxent_fname adds 45c8663b92 asan: heap buffer overflow in _bfd_error_handler adds 3ba7b1551b Automatic date update in version.in adds f4cbdf0b68 [gdb/testsuite] Add support for .debug_names in dwarf assembler adds c7cd10637c [gdb/symtab] Fix assert in read_addrmap_from_aranges adds 411c7e044f [gdb/build] Fix build with gcc 4.8.5 adds dd27fd47f1 Automatic date update in version.in adds 0d3c366720 gdb/csky support .reg2 for kernel 4.x and later adds e838f9c284 Add a link to the NEWS files in the release announcement email. adds 357860e377 ld: fix NEWS typos adds d7872ebb65 Mach-O: i18n enablement on some error messages. adds 06ce017c7d dwarf: use find_abstract_instance for vars and DW_AT_specification adds e441b55e94 add splay tree for info_ptr -> CU mapping adds ce81f9d6fa Fix regression from gdbarch registry change
No new revisions were added by this update.
Summary of changes: bfd/Makefile.in | 1 - bfd/bfd-in.h | 4 - bfd/bfd-in2.h | 6 +- bfd/coffcode.h | 9 +- bfd/coffgen.c | 6 +- bfd/configure | 38 +--- bfd/configure.ac | 12 -- bfd/configure.com | 12 -- bfd/dwarf2.c | 99 ++++++--- bfd/mach-o.c | 78 ++++--- bfd/section.c | 2 + bfd/som.c | 20 +- bfd/version.h | 2 +- binutils/ChangeLog | 5 + binutils/README-how-to-make-a-release | 6 + binutils/objcopy.c | 26 +-- gas/ChangeLog | 5 + gas/config/obj-macho.c | 4 +- gdb/csky-linux-tdep.c | 149 ++++++++++++-- gdb/csky-tdep.h | 3 + gdb/dwarf2/read.c | 37 +++- gdb/solib.c | 8 +- .../_start.c} | 19 +- .../{dwz.exp => debug-names-duplicate-cu.exp} | 86 ++++---- .../{dwz.exp => debug-names-non-ascending-cu.exp} | 83 ++++---- .../gdb.dwarf2/{dwz.exp => debug-names.exp} | 83 ++++---- gdb/testsuite/lib/dwarf.exp | 229 ++++++++++++++++++++- gdb/user-regs.c | 6 +- gdb/windows-tdep.c | 18 +- ld/NEWS | 4 +- sim/common/cgen-trace.c | 4 +- sim/common/sim-load.c | 13 +- sim/cr16/interp.c | 4 +- sim/cris/sim-if.c | 25 +-- sim/d10v/interp.c | 4 +- sim/erc32/func.c | 4 +- sim/m32c/load.c | 4 +- sim/rl78/load.c | 22 +- sim/rx/load.c | 14 +- 39 files changed, 750 insertions(+), 404 deletions(-) copy gdb/testsuite/{gdb.base/longjmp-until-in-main.c => gdb.dwarf2/_start.c} (83%) copy gdb/testsuite/gdb.dwarf2/{dwz.exp => debug-names-duplicate-cu.exp} (51%) copy gdb/testsuite/gdb.dwarf2/{dwz.exp => debug-names-non-ascending-cu.exp} (51%) copy gdb/testsuite/gdb.dwarf2/{dwz.exp => debug-names.exp} (50%)