This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk_tk1/gnu-master-arm-spec2k6-O2_LTO in repository toolchain/ci/binutils-gdb.
from 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 new cae64165f4 gold, ld: Implement -z start-stop-visibility=... option. new 7a77f1ac2c xtensa: allow runtime ABI selection
The 2 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 | 32 ++++++++- bfd/cofflink.c | 18 ++++- bfd/config.bfd | 1 + bfd/elf32-xtensa.c | 34 ++++++++- bfd/elflink.c | 15 +++- bfd/libcoff-in.h | 5 +- bfd/libcoff.h | 5 +- gas/ChangeLog | 19 +++++ gas/config/tc-xtensa.c | 29 ++++++-- gas/doc/as.texi | 1 + gas/doc/c-xtensa.texi | 8 +++ 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 | 57 +++++++++++++++ ld/NEWS | 3 + ld/emultempl/elf.em | 15 ++++ ld/emultempl/xtensaelf.em | 41 +++++++++-- ld/ld.texi | 24 +++++++ ld/ldmain.c | 2 + 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 - 62 files changed, 558 insertions(+), 273 deletions(-) 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%) 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%)