This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu/gnu-master-aarch64-check_binutils in repository toolchain/ci/binutils-gdb.
from 64f52b3ec1 Implement objcopy/strip --keep-section=<sectionpattern> new 5103274ffc Fix potential array overruns when disassembling corrupt v850 [...] new 85b80b0f9b x86: re-arrange process_operands() new dae8b3eb23 Obsolete Solaris 10 support new 3573abe1de Add static_asserts for the sizes of space-critical structs new 73ddaae155 Automatic date update in version.in new cbb54a288a Unset EMBEDDED rather than assigning as empty new f2aaebdb97 GENERATE_SHLIB_SCRIPT vs. EMBEDDED. new f8687e93a6 x86: consolidate disassembler enum naming a little new 267b8516f2 x86: split MONITORX/MWAITX entries new 7abb8d8111 x86: fold OP_Mwaitx() into OP_Mwait() new 3a70f7e8e3 Fix memory allocation and release problems in the bfd docume [...] new ade7beeae4 Fix ARI warning in symtab.h new 5d0510553e Change tui_source_element::line to have type std::string new 1df2f9ef6c Style disassembly in the TUI new 91ae903f89 Remove la_get_string member new 8e71a6e725 Automatic date update in version.in new 825165c57e Fix regression from TUI disassembly style patch new b0a7971ad4 ld: Fix printed sizes in map file
The 18 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 | 7 ++ bfd/doc/chew.c | 24 +++-- bfd/version.h | 2 +- gas/ChangeLog | 5 + gas/config/tc-i386.c | 106 ++++++++++----------- gdb/ChangeLog | 81 ++++++++++++++++ gdb/MAINTAINERS | 4 +- gdb/NEWS | 5 + gdb/ada-lang.c | 1 - gdb/c-lang.c | 4 - gdb/configure.host | 2 +- gdb/configure.tgt | 1 + gdb/d-lang.c | 1 - gdb/f-lang.c | 1 - gdb/go-lang.c | 1 - gdb/guile/scm-value.c | 2 +- gdb/language.c | 10 -- gdb/language.h | 22 ----- gdb/m2-lang.c | 1 - gdb/objc-lang.c | 1 - gdb/opencl-lang.c | 1 - gdb/p-lang.c | 1 - gdb/psympriv.h | 6 ++ gdb/python/py-value.c | 2 +- gdb/rust-lang.c | 1 - gdb/symtab.h | 13 +++ gdb/tui/tui-disasm.c | 82 +++++++++++------ gdb/tui/tui-source.c | 111 +--------------------- gdb/tui/tui-source.h | 11 +-- gdb/tui/tui-winsource.c | 101 +++++++++++++++++++- gdb/tui/tui-winsource.h | 26 +++++- ld/ChangeLog | 33 +++++++ ld/emulparams/aarch64elf.sh | 3 - ld/emulparams/aarch64elf32.sh | 3 - ld/emulparams/arcelf.sh | 2 - ld/emulparams/armelf.sh | 3 - ld/emulparams/armelf_fbsd.sh | 2 +- ld/emulparams/armelf_nbsd.sh | 2 + ld/emulparams/armelf_vxworks.sh | 1 + ld/emulparams/armsymbian.sh | 2 + ld/emulparams/elf32bfin.sh | 1 - ld/emulparams/elf32bfinfd.sh | 3 +- ld/emulparams/elf32frvfd.sh | 3 +- ld/emulparams/elf32lm32fd.sh | 3 +- ld/emulparams/elf32microblaze.sh | 3 - ld/emulparams/i386lynx.sh | 2 +- ld/emulparams/score3_elf.sh | 1 - ld/emulparams/shelf.sh | 1 - ld/emulparams/shelf_nbsd.sh | 2 + ld/emulparams/shelf_uclinux.sh | 1 + ld/ldlang.c | 4 +- opcodes/ChangeLog | 82 +++++++++++++++++ opcodes/i386-dis.c | 193 +++++++++++++++++++-------------------- opcodes/v850-dis.c | 175 +++++++++++++++++++++++------------ 54 files changed, 716 insertions(+), 445 deletions(-)