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-mainline-allmodconfig in repository toolchain/ci/binutils-gdb.
from 2384096c4d moxie: don't force big-endian mode adds 575d37aeae elf/section13.s: Replace @nobits with %nobits adds 0f8b5e560e Automatic date update in version.in adds a8c4d40b57 ELF: Add support for unique section ID to assembler adds ef4627faba section.c: Fix typo in comments (withe -> with) adds 44e4546fa2 ubsan: m32c: left shift of negative value adds 0b398d69ac binutils: drop redundant 'program_name' definition (-fno-common) adds b0029748ca Fix compilation error with musl in gdb/testsuite/gdb.base/fileio.c adds ee98c0daf9 RISC-V/Linux/native: Determine FLEN dynamically adds 27a45f4276 readelf: add missing newlines to error messages adds 6ec6b3c8ab Automatic date update in version.in adds e409c542cc Fixed gdb to print arrays with very high indexes adds 5d2e119328 gdb: fix powerpc disassembly tests adds c5d7be0c97 ubsan: d30v: negation of -2147483648 adds 719546c44f Change ints to bools around thread_info executing/resumed adds 780636aec0 [gdb/testsuite] Use non-capturing parentheses for inferior_e [...] adds e8b791227f Missing objdump dependency od-elf32_avr adds 24872cb302 Minor fix for R_PPC_VLE_ADDR20 adds f90ac7c2bb [gdb/testsuite] Make inferior_exited_re match a single line adds f8dcc90b60 [gdb/testsuite] Add note to 'Race detection' entry in README adds dcc9fbc6da gdb/sim: Assert that the simulator ptid is not null_ptid adds c3b149eb76 gdb/fortran: Allow for using Flang in Fortran testing adds 6df4c9c2ff Re: Support fusion for ELFv2 stubs adds af0ac53c45 Automatic date update in version.in
No new revisions were added by this update.
Summary of changes: bfd/ChangeLog | 23 +++++ bfd/bfd-in2.h | 12 ++- bfd/ecoff.c | 6 +- bfd/elf32-ppc.c | 2 +- bfd/elf64-ppc.c | 8 +- bfd/section.c | 12 ++- bfd/version.h | 2 +- binutils/ChangeLog | 25 +++++ binutils/Makefile.am | 2 +- binutils/Makefile.in | 3 +- binutils/coffdump.c | 2 - binutils/objdump.c | 7 ++ binutils/po/POTFILES.in | 1 + binutils/readelf.c | 15 +-- binutils/srconv.c | 2 - binutils/sysdump.c | 2 - cpu/ChangeLog | 4 + cpu/m32c.cpu | 8 +- gas/ChangeLog | 42 ++++++++ gas/config/obj-elf.c | 121 ++++++++++++++++++------ gas/config/obj-elf.h | 12 ++- gas/config/tc-arm.c | 10 +- gas/config/tc-ia64.c | 2 +- gas/config/tc-microblaze.c | 12 +-- gas/config/tc-mips.c | 2 +- gas/config/tc-msp430.c | 2 +- gas/config/tc-rx.c | 4 +- gas/config/tc-tic6x.c | 10 +- gas/doc/as.texi | 12 +++ gas/testsuite/gas/elf/elf.exp | 4 + gas/testsuite/gas/elf/section13.s | 2 +- gas/testsuite/gas/elf/section15.d | 24 +++++ gas/testsuite/gas/elf/section15.s | 38 ++++++++ gas/testsuite/gas/elf/section16.s | 33 +++++++ gas/testsuite/gas/elf/section16a.d | 36 +++++++ gas/testsuite/gas/elf/section16b.d | 36 +++++++ gas/testsuite/gas/elf/section17.d | 2 + gas/testsuite/gas/elf/section17.l | 4 + gas/testsuite/gas/elf/section17.s | 6 ++ gas/testsuite/gas/i386/i386.exp | 2 + gas/testsuite/gas/i386/unique.d | 48 ++++++++++ gas/testsuite/gas/i386/unique.s | 36 +++++++ gas/testsuite/gas/i386/x86-64-unique.d | 48 ++++++++++ gdb/ChangeLog | 42 ++++++++ gdb/f-valprint.c | 2 +- gdb/fork-child.c | 2 +- gdb/gdbthread.h | 6 +- gdb/infrun.c | 24 ++--- gdb/linux-nat.c | 8 +- gdb/record-btrace.c | 2 +- gdb/record-full.c | 4 +- gdb/remote-sim.c | 1 + gdb/remote.c | 4 +- gdb/riscv-linux-nat.c | 112 +++++++++++++++++----- gdb/target.c | 2 +- gdb/testsuite/ChangeLog | 44 +++++++++ gdb/testsuite/README | 7 ++ gdb/testsuite/gdb.arch/powerpc-power8.exp | 18 ++-- gdb/testsuite/gdb.arch/powerpc-power8.s | 8 +- gdb/testsuite/gdb.arch/powerpc-power9.exp | 6 +- gdb/testsuite/gdb.arch/powerpc-power9.s | 2 - gdb/testsuite/gdb.base/fileio.c | 3 +- gdb/testsuite/gdb.fortran/array-bounds-high.exp | 39 ++++++++ gdb/testsuite/gdb.fortran/array-bounds-high.f90 | 23 +++++ gdb/testsuite/lib/fortran.exp | 21 ++-- gdb/testsuite/lib/gdb.exp | 2 +- gdb/thread.c | 8 +- include/ChangeLog | 4 + include/opcode/d30v.h | 2 +- ld/ChangeLog | 8 ++ ld/testsuite/ld-i386/pr22001-1c.S | 4 +- ld/testsuite/ld-i386/tls-gd1.S | 5 +- ld/testsuite/ld-x86-64/pr21481b.S | 4 +- opcodes/ChangeLog | 8 ++ opcodes/d30v-dis.c | 4 +- opcodes/m32c-ibld.c | 4 +- 76 files changed, 937 insertions(+), 180 deletions(-) create mode 100644 gas/testsuite/gas/elf/section15.d create mode 100644 gas/testsuite/gas/elf/section15.s create mode 100644 gas/testsuite/gas/elf/section16.s create mode 100644 gas/testsuite/gas/elf/section16a.d create mode 100644 gas/testsuite/gas/elf/section16b.d create mode 100644 gas/testsuite/gas/elf/section17.d create mode 100644 gas/testsuite/gas/elf/section17.l create mode 100644 gas/testsuite/gas/elf/section17.s create mode 100644 gas/testsuite/gas/i386/unique.d create mode 100644 gas/testsuite/gas/i386/unique.s create mode 100644 gas/testsuite/gas/i386/x86-64-unique.d create mode 100644 gdb/testsuite/gdb.fortran/array-bounds-high.exp create mode 100644 gdb/testsuite/gdb.fortran/array-bounds-high.f90