This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-master-arm-stable-allmodconfig in repository toolchain/ci/binutils-gdb.
from d503b685c6 Fix WOW64 process system DLL paths adds 33aa3c10f6 Fix error message in compile-object-load.c adds 46b438bb73 Automatic date update in version.in adds f75fbe8ad2 alpha-vms: Sanity check ETIR__C_CTL_DFLOC index adds 4c4addbe57 Re: ARC: Use of uninitialised value adds ff76851054 Re: i386msdos uninitialised read adds 832a580781 Re: H8300 use of uninitialised value adds aa49fc22c1 Revert earlier delta adding bfd_coff_get_internal_extra_pe_a [...] new 9fda78b611 Introduce dwarf2/dwz.h new 0314b3901c Add dwz.c and dwz_file::read_string new bf80d71052 Change dwarf_decode_macro_bytes calling convention new 9eac9650ce Split dwarf_decode_macros into two overloads new 3d27bbdb4b Move dwarf2_section_buffer_overflow_complaint to dwarf2/section.c new a0194fa8f2 Convert dwarf2_section_buffer_overflow_complaint to a method new 4f44ae6c69 Add dwarf2_section_info::read_string method new c90ec28ae4 Move code to new file dwarf2/macro.c new 8844c11b8b Make some line_header methods const new 5a0e026fe1 Use a const line_header in macro reader new 4f9c1eda9f Use a const dwarf2_section_info in macro reader new 2ef46c2fbb Trivial fix in dwarf_decode_macro_bytes new 86c0bb4c57 Convert read_indirect_line_string to a method new 0df7ad3a67 Move more code to line-header.c new c2d50fd0b3 Move die_info to new header new 2b24b6e4a6 Remove dwarf2_cu::base_known new 052c8bb83a Change dwarf2_attr_no_follow to be a method new 436c571c6a Remove sibling_die new a39fdb411d Change two more functions to be methods on die_info new eeb647814f Rewrite new die_info methods new 2b2558bfac Move DWARF-constant stringifying code to new file new 0826b30a9f Change two functions to be methods on struct attribute
The 22 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: bfd/ChangeLog | 17 + bfd/cofflink.c | 9 - bfd/i386msdos.c | 2 +- bfd/libbfd-in.h | 5 - bfd/libbfd.h | 5 - bfd/version.h | 2 +- bfd/vms-alpha.c | 26 +- gdb/ChangeLog | 205 +++++ gdb/Makefile.in | 3 + gdb/compile/compile-object-load.c | 2 +- gdb/dwarf2/attribute.c | 37 + gdb/dwarf2/attribute.h | 12 + gdb/dwarf2/die.h | 103 +++ gdb/dwarf2/dwz.c | 40 + gdb/dwarf2/dwz.h | 65 ++ gdb/dwarf2/index-cache.c | 1 + gdb/dwarf2/index-write.c | 1 + gdb/dwarf2/line-header.c | 339 +++++++- gdb/dwarf2/line-header.h | 32 +- gdb/dwarf2/macro.c | 868 +++++++++++++++++++ gdb/dwarf2/macro.h | 33 + gdb/dwarf2/read.c | 1717 +++---------------------------------- gdb/dwarf2/read.h | 39 +- gdb/dwarf2/section.c | 26 + gdb/dwarf2/section.h | 9 + gdb/dwarf2/stringify.c | 114 +++ gdb/dwarf2/stringify.h | 38 + opcodes/ChangeLog | 17 + opcodes/arc-dis.c | 4 +- opcodes/disassemble.c | 10 +- opcodes/disassemble.h | 6 + opcodes/h8300-dis.c | 249 +++--- 32 files changed, 2250 insertions(+), 1786 deletions(-) create mode 100644 gdb/dwarf2/die.h create mode 100644 gdb/dwarf2/dwz.c create mode 100644 gdb/dwarf2/dwz.h create mode 100644 gdb/dwarf2/macro.c create mode 100644 gdb/dwarf2/macro.h create mode 100644 gdb/dwarf2/stringify.c create mode 100644 gdb/dwarf2/stringify.h