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-O2_LTO in repository toolchain/ci/binutils-gdb.
from 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 adds ff08abb8a2 gdb/testsuite: fix minor things in jit tests adds f5272a3bb3 Remove read_memory_string adds 670e35fad9 Rewrite target_read_string adds a5d871ddaf Remove a use of target_read_string adds 6692031743 Change target_read_string API adds cae64165f4 gold, ld: Implement -z start-stop-visibility=... option. adds 7a77f1ac2c xtensa: allow runtime ABI selection adds 9e790a8016 Automatic date update in version.in adds a435742a7f Really remove tic30-aout support new 2106ed9baf x86: drop SSE4a from SSE check again
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 | 45 +- bfd/Makefile.am | 2 - bfd/Makefile.in | 3 - bfd/aout-tic30.c | 1173 -------------------- bfd/cofflink.c | 18 +- bfd/config.bfd | 11 +- bfd/configure | 1 - bfd/configure.ac | 1 - bfd/elf32-xtensa.c | 34 +- bfd/elflink.c | 15 +- bfd/libcoff-in.h | 5 +- bfd/libcoff.h | 5 +- bfd/po/SRC-POTFILES.in | 1 - bfd/targets.c | 2 - bfd/version.h | 2 +- gas/ChangeLog | 34 + gas/config/tc-i386.c | 1 - gas/config/tc-tic30.h | 4 - gas/config/tc-xtensa.c | 29 +- gas/configure.tgt | 1 - gas/doc/as.texi | 1 + gas/doc/c-xtensa.texi | 8 + gas/testsuite/gas/i386/sse-check-error.l | 6 +- gas/testsuite/gas/i386/sse-check-warn.e | 1 - gas/testsuite/gas/i386/sse-check.s | 2 +- gas/testsuite/gas/i386/x86-64-sse-check-error.l | 6 +- gas/testsuite/gas/xtensa/abi-call0.d | 7 + gas/testsuite/gas/xtensa/abi-windowed.d | 7 + .../extern.s => gas/testsuite/gas/xtensa/abi.s | 0 gdb/ChangeLog | 38 + gdb/ada-lang.c | 51 +- gdb/ada-lang.h | 2 +- gdb/ada-valprint.c | 4 +- gdb/corefile.c | 27 - gdb/expprint.c | 12 +- gdb/gdbcore.h | 6 - gdb/linux-tdep.c | 12 +- gdb/linux-thread-db.c | 9 +- gdb/solib-darwin.c | 8 +- gdb/solib-dsbt.c | 11 +- gdb/solib-frv.c | 11 +- gdb/solib-svr4.c | 22 +- gdb/target.c | 84 +- gdb/target.h | 9 +- gdb/testsuite/ChangeLog | 7 + gdb/testsuite/gdb.base/jit-elf-so.exp | 2 +- gdb/testsuite/gdb.base/jit-reader-simple.exp | 4 +- gdb/valprint.c | 8 +- gdb/windows-nat.c | 16 +- gold/ChangeLog | 12 + gold/layout.cc | 5 +- gold/options.cc | 16 +- gold/options.h | 15 + include/ChangeLog | 8 + include/bfdlink.h | 7 +- include/elf/xtensa.h | 3 + ld/ChangeLog | 69 ++ ld/Makefile.am | 2 - ld/Makefile.in | 3 - ld/NEWS | 3 + ld/configure.tgt | 3 - ld/emulparams/tic30aout.sh | 7 - ld/emultempl/elf.em | 15 + ld/emultempl/xtensaelf.em | 41 +- ld/ld.texi | 24 + ld/ldmain.c | 2 + ld/po/BLD-POTFILES.in | 1 - ld/scripttempl/tic30aout.sc | 46 - 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/sane1.d | 4 +- ld/testsuite/ld-scripts/segment-start.d | 2 +- ld/testsuite/ld-scripts/sort.exp | 2 - 85 files changed, 611 insertions(+), 1544 deletions(-) delete mode 100644 bfd/aout-tic30.c create mode 100644 gas/testsuite/gas/xtensa/abi-call0.d create mode 100644 gas/testsuite/gas/xtensa/abi-windowed.d copy ld/testsuite/ld-scripts/extern.s => gas/testsuite/gas/xtensa/abi.s (100%) delete mode 100644 ld/emulparams/tic30aout.sh delete mode 100644 ld/scripttempl/tic30aout.sc 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%)