This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk_tx1/gnu-master-aarch64-spec2k6-Os_LTO in repository toolchain/ci/binutils-gdb.
from 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 adds cda58d5f97 ld-linkonce test adds 75cfe082c0 PR26103, Assertion failure with symbols defined in link-once [...] adds ea4b3731ec PR26103 testcase adds 1298463902 Unnecessary load_lib in ld testsuite adds 40be168cc4 Obsolete PowerPC PE, winnt and cygwin targets new ff08abb8a2 gdb/testsuite: fix minor things in jit tests
The 1 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 +++++ gdb/testsuite/ChangeLog | 7 +++++++ gdb/testsuite/gdb.base/jit-elf-so.exp | 2 +- gdb/testsuite/gdb.base/jit-reader-simple.exp | 4 ++-- 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 +- 36 files changed, 181 insertions(+), 54 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%)