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 10059956ee Automatic date update in version.in adds 83015056b2 Automatic date update in version.in adds efe30057d2 x86: Correct xsusldtrk mnemonic adds 2c074f4902 Handle Windows drives in rbreak paths adds 5d0fdfee24 Automatic date update in version.in new cda58d5f97 ld-linkonce test new 75cfe082c0 PR26103, Assertion failure with symbols defined in link-once [...] new ea4b3731ec PR26103 testcase new 1298463902 Unnecessary load_lib in ld testsuite new 40be168cc4 Obsolete PowerPC PE, winnt and cygwin targets
The 5 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 | 16 ++++++++++++++++ bfd/cofflink.c | 18 +++++++++++++++++- bfd/config.bfd | 1 + bfd/elflink.c | 12 ++++++++++-- bfd/libcoff-in.h | 5 +++-- bfd/libcoff.h | 5 +++-- bfd/version.h | 2 +- gas/ChangeLog | 9 +++++++++ gas/testsuite/gas/i386/tsxldtrk.d | 2 +- gas/testsuite/gas/i386/tsxldtrk.s | 2 +- gas/testsuite/gas/i386/x86-64-tsxldtrk.d | 2 +- gdb/ChangeLog | 4 ++++ gdb/symtab.c | 5 +++++ ld/ChangeLog | 27 +++++++++++++++++++++++++++ ld/testsuite/ld-discard/discard.exp | 9 +-------- ld/testsuite/ld-linkonce/linkonce.exp | 19 ++++++++++--------- ld/testsuite/ld-linkonce/ref1.s | 2 ++ ld/testsuite/ld-linkonce/ref2.s | 2 ++ ld/testsuite/ld-linkonce/sym1.s | 12 ++++++++++++ ld/testsuite/ld-linkonce/sym2.s | 12 ++++++++++++ ld/testsuite/ld-linkonce/sym3.s | 12 ++++++++++++ ld/testsuite/ld-linkonce/{x.s => zeroeh_x.s} | 0 ld/testsuite/ld-linkonce/{y.s => zeroeh_y.s} | 0 ld/testsuite/ld-linkonce/zeroehl32.d | 21 +++++++++++---------- ld/testsuite/ld-scripts/include.exp | 2 -- ld/testsuite/ld-scripts/phdrs3.exp | 2 -- ld/testsuite/ld-scripts/rgn-at.exp | 2 -- ld/testsuite/ld-scripts/rgn-over.exp | 2 -- ld/testsuite/ld-scripts/sort.exp | 2 -- opcodes/ChangeLog | 7 +++++++ opcodes/i386-dis.c | 2 +- opcodes/i386-opc.tbl | 2 +- opcodes/i386-tbl.h | 2 +- 33 files changed, 171 insertions(+), 51 deletions(-) create mode 100644 ld/testsuite/ld-linkonce/ref1.s create mode 100644 ld/testsuite/ld-linkonce/ref2.s create mode 100644 ld/testsuite/ld-linkonce/sym1.s create mode 100644 ld/testsuite/ld-linkonce/sym2.s create mode 100644 ld/testsuite/ld-linkonce/sym3.s rename ld/testsuite/ld-linkonce/{x.s => zeroeh_x.s} (100%) rename ld/testsuite/ld-linkonce/{y.s => zeroeh_y.s} (100%)