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-lts-allmodconfig in repository toolchain/ci/binutils-gdb.
from df3a023bd6 SHF_GNU_MBIND requires ELFOSABI_GNU adds 8c728a9d93 Remove tests that test __gnu_lto_v1 symbol. adds 40eadf04ff [gdb][Arm]: gdb cannot step across CMSE secure entry function code. adds 9a618ef615 [gdb/testsuite] Add missing initial prompt read in multidict [...] adds a028026d2f [AArch64] Add support for GMID_EL1 register for +memtag adds 19889a5835 Add missing ChangeLog entries for adds 2e8136f945 Fix objdump's display of indirect strings in object files, w [...] adds 407bcc63bd Automatic date update in version.in adds c76ddaa3f4 [gdb/testsuite] Fix info-types.exp for debug info from more [...] adds 024a584000 Update expected info threads error messages in gdb.multi/tids.exp adds 7137a1ed0a PT_GNU_MBIND section mapping adds 7613ca5e38 Define ELF_OSABI for visium adds c5e20471be Re: ELF final_write_processing adds cc364be6ff Complain about mbind, ifunc, and unique in final_write adds 2f86d55940 Fix ar so that it can correctly detect non-dash prefixed opt [...] adds c54e42531a gdb/h8300-tdep.c: Fix register name in h8300h machine. new ef551643dc [ARC] Add linker relaxation. new 7e126ba31a [ARC] Update ARC opcode table new 0f3f71676a [ARC] Update disassembler opcode selection
The 3 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 | 69 + bfd/elf-bfd.h | 9 +- bfd/elf-hppa.h | 6 +- bfd/elf-m10300.c | 6 +- bfd/elf-nacl.c | 6 +- bfd/elf-nacl.h | 2 +- bfd/elf-vxworks.c | 19 +- bfd/elf-vxworks.h | 2 +- bfd/elf.c | 29 +- bfd/elf32-arc.c | 196 +- bfd/elf32-arm.c | 26 +- bfd/elf32-avr.c | 6 +- bfd/elf32-bfin.c | 6 +- bfd/elf32-cr16.c | 8 +- bfd/elf32-cris.c | 6 +- bfd/elf32-h8300.c | 6 +- bfd/elf32-lm32.c | 6 +- bfd/elf32-m32r.c | 6 +- bfd/elf32-m68k.c | 6 +- bfd/elf32-mips.c | 8 +- bfd/elf32-msp430.c | 6 +- bfd/elf32-nds32.c | 6 +- bfd/elf32-or1k.c | 6 +- bfd/elf32-pj.c | 6 +- bfd/elf32-ppc.c | 18 +- bfd/elf32-sparc.c | 18 +- bfd/elf32-v850.c | 6 +- bfd/elf32-visium.c | 2 +- bfd/elf32-xc16x.c | 6 +- bfd/elf32-xtensa.c | 12 +- bfd/elf64-ia64-vms.c | 6 +- bfd/elfnn-ia64.c | 6 +- bfd/elfxx-mips.c | 11 +- bfd/elfxx-mips.h | 6 +- bfd/version.h | 2 +- binutils/ChangeLog | 14 + binutils/ar.c | 14 +- binutils/dwarf.c | 1 - binutils/objdump.c | 7 +- gas/ChangeLog | 22 + gas/config/obj-elf.c | 3 + gas/testsuite/gas/aarch64/illegal-sysreg-4.l | 1 + gas/testsuite/gas/aarch64/sysreg-4.d | 1 + gas/testsuite/gas/aarch64/sysreg-4.s | 1 + gas/testsuite/gas/arc/nps400-6.d | 2 +- gas/testsuite/gas/elf/section12a.d | 5 +- gas/testsuite/gas/elf/section12b.d | 7 +- gas/testsuite/gas/elf/section13.d | 3 +- gdb/ChangeLog | 16 + gdb/arm-tdep.c | 56 + gdb/h8300-tdep.c | 54 +- gdb/testsuite/ChangeLog | 21 + .../arm-cmse-sgstubs.c} | 46 +- gdb/testsuite/gdb.arch/arm-cmse-sgstubs.exp | 50 + gdb/testsuite/gdb.base/info-types.exp | 8 +- gdb/testsuite/gdb.dwarf2/multidictionary.exp | 6 + gdb/testsuite/gdb.multi/tids.exp | 21 +- include/ChangeLog | 10 + include/elf/internal.h | 4 +- include/opcode/arc.h | 2 + ld/ChangeLog | 12 + ld/testsuite/ld-arc/relax-local-pic.d | 14 + ld/testsuite/ld-arc/relax-local-pic.s | 16 + ld/testsuite/ld-plugin/lto-3r.d | 7 - ld/testsuite/ld-plugin/lto-5r.d | 7 - ld/testsuite/ld-plugin/lto.exp | 6 - opcodes/ChangeLog | 20 + opcodes/aarch64-opc.c | 4 +- opcodes/arc-dis.c | 24 +- opcodes/arc-ext-tbl.h | 7 - opcodes/arc-opc.c | 4 +- opcodes/arc-tbl.h | 3698 ++++++++++++-------- 72 files changed, 3040 insertions(+), 1699 deletions(-) copy gdb/testsuite/{gdb.threads/vfork-follow-child-exit.c => gdb.arch/arm-cmse-sgs [...] create mode 100644 gdb/testsuite/gdb.arch/arm-cmse-sgstubs.exp create mode 100644 ld/testsuite/ld-arc/relax-local-pic.d create mode 100644 ld/testsuite/ld-arc/relax-local-pic.s delete mode 100644 ld/testsuite/ld-plugin/lto-3r.d delete mode 100644 ld/testsuite/ld-plugin/lto-5r.d