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-arm-check_binutils in repository toolchain/ci/binutils-gdb.
from d2bb907b8b Automatic date update in version.in adds f5fc30d05c PowerPC: Rename xvcvbf16sp to xvcvbf16spn adds 587a437176 Add ChangeLog entries for previous commit. adds d138725a62 gdb/Makefile.in: Add DEBUGINFOD_CFLAGS, DEBUGINFOD_LIBS variables. adds 18a8a00ebe Correct vcmpsq, vcmpuq and xvtlsbb BF field adds 6cdb985c45 Automatic date update in version.in adds 9327494e0e gdb: add linux_nat_debug_printf macro adds d1ce973eb3 PR26349, FAIL: binutils-all/pr25543 on hpux new c51ed085ab Automatic date update in version.in new abebb03c3a gas/hash.c: add new functions new 2b272f449e Use libiberty hash in gas/macro.c. new 32e4c1c2d7 Use libiberty hash in gas/read.c. new d3b740ca99 Use libiberty hash in gas/symbols.c. new 8d32ded0b1 Add new string hash table based on htab_t. new f7a5981beb Port ecoff.c to str_hash. new 494b2fc807 Port dw2gencfi.c to str_htab. new 629310abec Port gas/config/* to str_htab. new a0522545b6 Remove --reduce-memory-overheads and --hash-size arguments. new c2fd7faea8 Fix for incorrect breakpoint set in case of flang compiled binary
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/version.h | 2 +- binutils/ChangeLog | 7 + binutils/readelf.c | 34 +- gas/ChangeLog | 442 +++++++++++++++++++++++ gas/NEWS | 3 + gas/as.c | 22 +- gas/as.h | 1 + gas/config/obj-coff-seh.c | 12 +- gas/config/obj-coff.c | 12 +- gas/config/obj-elf.c | 19 +- gas/config/tc-aarch64.c | 119 +++---- gas/config/tc-alpha.c | 41 +-- gas/config/tc-arc.c | 62 ++-- gas/config/tc-arm.c | 121 +++---- gas/config/tc-avr.c | 32 +- gas/config/tc-cr16.c | 53 ++- gas/config/tc-cris.c | 15 +- gas/config/tc-crx.c | 43 +-- gas/config/tc-csky.c | 34 +- gas/config/tc-d10v.c | 12 +- gas/config/tc-d30v.c | 8 +- gas/config/tc-dlx.c | 21 +- gas/config/tc-ft32.c | 8 +- gas/config/tc-h8300.c | 8 +- gas/config/tc-hppa.c | 14 +- gas/config/tc-i386.c | 52 +-- gas/config/tc-ia64.c | 149 ++++---- gas/config/tc-iq2000.c | 14 +- gas/config/tc-m68hc11.c | 18 +- gas/config/tc-m68k.c | 27 +- gas/config/tc-m68k.h | 2 +- gas/config/tc-mcore.c | 8 +- gas/config/tc-microblaze.c | 24 +- gas/config/tc-mips.c | 50 +-- gas/config/tc-mmix.c | 8 +- gas/config/tc-mn10200.c | 8 +- gas/config/tc-mn10300.c | 8 +- gas/config/tc-moxie.c | 12 +- gas/config/tc-msp430.c | 11 +- gas/config/tc-nds32.c | 55 +-- gas/config/tc-nios2.c | 62 +--- gas/config/tc-ns32k.c | 13 +- gas/config/tc-pdp11.c | 10 +- gas/config/tc-pj.c | 14 +- gas/config/tc-ppc.c | 81 +---- gas/config/tc-pru.c | 46 +-- gas/config/tc-riscv.c | 93 ++--- gas/config/tc-s390.c | 33 +- gas/config/tc-score.c | 32 +- gas/config/tc-score7.c | 30 +- gas/config/tc-sh.c | 8 +- gas/config/tc-sparc.c | 29 +- gas/config/tc-spu.c | 21 +- gas/config/tc-tic30.c | 66 ++-- gas/config/tc-tic4x.c | 59 ++-- gas/config/tc-tic54x.c | 201 +++++------ gas/config/tc-tic6x.c | 13 +- gas/config/tc-tilegx.c | 40 +-- gas/config/tc-tilepro.c | 53 ++- gas/config/tc-v850.c | 9 +- gas/config/tc-vax.c | 26 +- gas/config/tc-wasm32.c | 8 +- gas/config/tc-xgate.c | 10 +- gas/config/tc-z8k.c | 12 +- gas/doc/as.texi | 13 - gas/doc/internals.texi | 32 -- gas/dw2gencfi.c | 18 +- gas/ecoff.c | 31 +- gas/hash.c | 574 +----------------------------- gas/hash.h | 149 ++++---- gas/macro.c | 65 ++-- gas/macro.h | 94 ++++- gas/read.c | 73 +++- gas/symbols.c | 117 +++++-- gas/testsuite/gas/ppc/int128.d | 2 +- gas/testsuite/gas/ppc/int128.s | 2 +- gas/testsuite/gas/ppc/vsx4.d | 2 +- gas/testsuite/gas/ppc/vsx4.s | 2 +- gas/testsuite/gas/ppc/xvtlsbb.d | 2 +- gdb/ChangeLog | 21 ++ gdb/Makefile.in | 8 +- gdb/amd64-tdep.c | 7 +- gdb/arm-tdep.c | 4 +- gdb/i386-tdep.c | 8 +- gdb/linux-nat.c | 619 ++++++++++++--------------------- gdb/producer.c | 25 ++ gdb/producer.h | 4 + gdb/testsuite/ChangeLog | 5 + gdb/testsuite/gdb.fortran/vla-type.exp | 8 +- opcodes/ChangeLog | 10 + opcodes/ppc-opc.c | 8 +- 91 files changed, 1987 insertions(+), 2476 deletions(-)