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-stable-allyesconfig in repository toolchain/ci/binutils-gdb.
from b3a3496f83 x86: Update register operand check for AddrPrefixOpReg adds 37df08e2fe Automatic date update in version.in adds 7b085b1c1c gdb/doc: space out list entries, fix one type adds 8d378f27ba gdb: add doc for "set/show debug event-loop" adds 1ba0655539 Automatic date update in version.in adds b71702f1c0 GAS: Update the .section directive so that a numeric section [...] new b58e7f729e Add Luis Machado to AArch64/ARM GDB maintainers new 0e9f3bf126 x86: Clear modrm if not needed new 5b316d90e4 x86-64: Always display suffix for %LQ in 64bit new cd096ec85f Fix function argument and return value locations new 983d925db6 Update the BFD linker so that it deprecates grouped short options. new 6d96a5946d i386: Allow non-absolute segment values for lcall/ljmp new 7d1441178a gdb: avoid unnecessary string copy in auto_load_objfile_script_1
The 7 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/elf.c | 32 ++++++------------- bfd/version.h | 2 +- gas/ChangeLog | 44 ++++++++++++++++++++++++++ gas/NEWS | 20 +++++------- gas/config/obj-elf.c | 39 +++++++++++++++++------ gas/config/obj-elf.h | 10 +++--- gas/config/tc-i386.c | 11 ++++--- gas/doc/as.texi | 7 +++-- gas/testsuite/gas/elf/elf.exp | 4 ++- gas/testsuite/gas/elf/section21.l | 2 +- gas/testsuite/gas/elf/sh-link-zero.d | 9 ++++++ gas/testsuite/gas/elf/sh-link-zero.s | 13 ++++++++ gas/testsuite/gas/i386/jump.d | 12 ++++++++ gas/testsuite/gas/i386/jump.s | 9 ++++++ gas/testsuite/gas/i386/jump16.d | 12 ++++++++ gas/testsuite/gas/i386/jump16.e | 4 +-- gas/testsuite/gas/i386/jump16.s | 9 ++++++ gas/testsuite/gas/i386/noreg64-data16.d | 2 +- gas/testsuite/gas/i386/noreg64.d | 2 +- gas/testsuite/gas/i386/x86-64-intel64.d | 2 +- gas/testsuite/gas/i386/x86-64-opcode.d | 2 +- gas/testsuite/gas/i386/x86-64-suffix-intel.d | 2 ++ gas/testsuite/gas/i386/x86-64-suffix.d | 2 ++ gas/testsuite/gas/i386/x86-64-suffix.s | 2 ++ gdb/ChangeLog | 21 +++++++++++++ gdb/MAINTAINERS | 2 ++ gdb/NEWS | 6 ++++ gdb/amd64-windows-tdep.c | 21 ++++++++++--- gdb/auto-load.c | 6 ++-- gdb/doc/ChangeLog | 8 +++++ gdb/doc/gdb.texinfo | 46 +++++++++++++++++++++++++++- gdb/testsuite/ChangeLog | 5 +++ gdb/testsuite/gdb.base/call-sc.c | 6 +++- gdb/testsuite/gdb.base/call-sc.exp | 13 ++++++++ ld/ChangeLog | 18 +++++++++++ ld/lexsup.c | 14 +++++++++ ld/testsuite/ld-i386/i386.exp | 2 ++ ld/testsuite/ld-i386/ljmp.s | 10 ++++++ ld/testsuite/ld-i386/ljmp1.d | 18 +++++++++++ ld/testsuite/ld-i386/ljmp1.s | 9 ++++++ ld/testsuite/ld-i386/ljmp2.d | 7 +++++ ld/testsuite/ld-i386/ljmp2.s | 9 ++++++ ld/testsuite/ld-x86-64/ljmp1.d | 17 ++++++++++ ld/testsuite/ld-x86-64/ljmp2.d | 6 ++++ ld/testsuite/ld-x86-64/x86-64.exp | 2 ++ opcodes/ChangeLog | 12 ++++++++ opcodes/i386-dis.c | 14 ++++++--- 48 files changed, 453 insertions(+), 79 deletions(-) create mode 100644 gas/testsuite/gas/elf/sh-link-zero.d create mode 100644 gas/testsuite/gas/elf/sh-link-zero.s create mode 100644 ld/testsuite/ld-i386/ljmp.s create mode 100644 ld/testsuite/ld-i386/ljmp1.d create mode 100644 ld/testsuite/ld-i386/ljmp1.s create mode 100644 ld/testsuite/ld-i386/ljmp2.d create mode 100644 ld/testsuite/ld-i386/ljmp2.s create mode 100644 ld/testsuite/ld-x86-64/ljmp1.d create mode 100644 ld/testsuite/ld-x86-64/ljmp2.d