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 48d4af36c5 Automatic date update in version.in new 26abc753cd Use bool in require_partial_symbols new a7cdaa914f Include gdbarch.h in m68k-linux-nat.c new b5470a3c4a Automatic date update in version.in new e2b9a97eda Reverts patches providing octet support in dwarf new 618265039f Introduce new section flag: SEC_ELF_OCTETS new bb2942085c Pass section when available to bfd_octets_per_byte new 6cc8564b9a [Debugging output] Make remote packet truncation length adjustable new 0a821c4f6d Fix "psb CSYNC" and "bti C". new 5b89c67adb Replace int with bool in solib.c new 3cf2f2377e [gdb/contrib] Add -c option to words.sh script new 4297119364 Automatic date update in version.in
The 11 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 | 93 +++++++++++++++++++++++++++++++++ bfd/archures.c | 10 +++- bfd/bfd-in2.h | 11 +++- bfd/bfd.c | 3 +- bfd/binary.c | 4 +- bfd/coff-arm.c | 13 +++-- bfd/coff-i386.c | 13 +++-- bfd/coff-mips.c | 21 ++++---- bfd/coff-x86_64.c | 11 ++-- bfd/cofflink.c | 8 +-- bfd/elf.c | 30 +++++------ bfd/elf32-msp430.c | 5 +- bfd/elf32-nds32.c | 6 ++- bfd/elf32-ppc.c | 5 +- bfd/elf32-pru.c | 7 ++- bfd/elf32-s12z.c | 6 ++- bfd/elf32-sh.c | 8 ++- bfd/elf32-spu.c | 5 +- bfd/elf32-xtensa.c | 6 ++- bfd/elf64-ppc.c | 9 ++-- bfd/elflink.c | 35 +++++++------ bfd/linker.c | 9 ++-- bfd/reloc.c | 31 ++++++++--- bfd/section.c | 5 ++ bfd/srec.c | 5 +- bfd/syms.c | 10 ++-- bfd/version.h | 2 +- binutils/ChangeLog | 7 +++ binutils/objdump.c | 11 ++-- gas/ChangeLog | 31 +++++++++++ gas/as.h | 7 +++ gas/config/tc-aarch64.c | 9 ++-- gas/dwarf2dbg.c | 58 +++++++------------- gas/frags.c | 7 ++- gas/symbols.c | 39 ++++---------- gas/symbols.h | 2 - gas/testsuite/gas/aarch64/bti.d | 3 ++ gas/testsuite/gas/aarch64/bti.s | 4 ++ gas/testsuite/gas/aarch64/illegal-bti.l | 3 ++ gas/testsuite/gas/aarch64/system-2.d | 1 + gas/testsuite/gas/aarch64/system-2.s | 1 + gas/write.c | 3 +- gdb/ChangeLog | 56 ++++++++++++++++++++ gdb/NEWS | 6 +++ gdb/contrib/words.sh | 29 +++++++--- gdb/doc/ChangeLog | 5 ++ gdb/doc/gdb.texinfo | 13 +++++ gdb/m68k-linux-nat.c | 1 + gdb/psymtab.c | 34 ++++++------ gdb/psymtab.h | 4 +- gdb/remote.c | 55 +++++++++++++++---- gdb/solib.c | 84 ++++++++++++++--------------- gdb/solib.h | 16 +++--- gdb/symfile.c | 2 +- include/ChangeLog | 11 ++-- include/coff/ti.h | 8 +-- ld/ChangeLog | 21 ++++++++ ld/ldexp.c | 3 +- ld/ldlang.c | 27 +++++++--- 59 files changed, 646 insertions(+), 286 deletions(-)