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-Os in repository toolchain/ci/binutils-gdb.
from 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 adds 2106ed9baf x86: drop SSE4a from SSE check again adds 90cd2aad03 Use CXXCOMPILE in gold/testsuite/Makefile for c++ testcases adds c802e8a76c Add two missing return values in gdb.python/py-nested-maps.c adds 423054bead Use __asm__ rather than asm in gold testsuite adds 07e7fdfd42 Use __asm__ rather than asm in ld testsuite adds 5f89899448 Re: Use __asm__ rather than asm in ld testsuite adds 708a2ffff5 x86: Correct noavx512_vp2intersect adds d2d1ea20ae Fix crash when TUI window creation fails adds 1ce22eebea Automatic date update in version.in adds 39ec04904f Fix C-x 1 from gdb prompt adds a350efd4fb Fix crash when exiting TUI with gdb -tui adds de54374205 Use macros for TUI window names new eff93b4d48 gdb: Convert language la_class_name_from_physname field to a method new 9a49ad8c52 gdb: Convert language la_compute_program field to a method new c9debfb97e gdb: Convert language la_get_symbol_name_matcher field to a method new 53fc67f8b2 gdb: Convert language la_word_break_characters field to a method new 7e56227dff gdb: Convert language la_collect_symbol_completion_matches f [...] new f16a9f57b5 gdb: Convert language la_watch_location_expression field to [...] new a1d1fa3e41 gdb: Convert language la_value_print field to a method new ebe2334ee6 gdb: Convert language la_value_print_inner field to a method new a78a19b152 gdb: Convert language la_lookup_symbol_nonlocal field to a method
The 9 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 | 29 +- bfd/Makefile.am | 2 - bfd/Makefile.in | 3 - bfd/aout-tic30.c | 1173 -------------------- bfd/config.bfd | 10 +- bfd/configure | 1 - bfd/configure.ac | 1 - bfd/elf32-xtensa.c | 34 +- bfd/elflink.c | 3 +- bfd/po/SRC-POTFILES.in | 1 - bfd/targets.c | 2 - bfd/version.h | 2 +- gas/ChangeLog | 40 + gas/config/tc-i386.c | 4 +- gas/config/tc-tic30.h | 4 - gas/config/tc-xtensa.c | 29 +- gas/configure.tgt | 1 - gas/doc/as.texi | 1 + gas/doc/c-i386.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 | 394 +++++++ gdb/ada-lang.c | 408 +++---- gdb/breakpoint.c | 2 +- gdb/c-lang.c | 97 +- gdb/c-lang.h | 7 +- gdb/compile/compile-c-support.c | 4 +- gdb/compile/compile.c | 4 +- gdb/completer.c | 12 +- gdb/cp-namespace.c | 2 +- gdb/cp-support.h | 3 +- gdb/d-lang.c | 28 +- gdb/dictionary.c | 6 +- gdb/dwarf2/read.c | 9 +- gdb/f-lang.c | 118 +- gdb/f-lang.h | 2 +- gdb/f-valprint.c | 2 +- gdb/go-lang.c | 19 +- gdb/language.c | 167 +-- gdb/language.h | 198 ++-- gdb/linespec.c | 2 +- gdb/m2-lang.c | 19 +- gdb/minsyms.c | 6 +- gdb/objc-lang.c | 10 - gdb/opencl-lang.c | 10 - gdb/p-lang.c | 26 +- gdb/psymtab.c | 2 +- gdb/python/py-tui.c | 5 +- gdb/rust-lang.c | 131 ++- gdb/symtab.c | 44 +- gdb/symtab.h | 17 - gdb/testsuite/ChangeLog | 12 + gdb/testsuite/gdb.python/py-nested-maps.c | 2 + gdb/testsuite/gdb.python/tui-window.exp | 3 + gdb/testsuite/gdb.python/tui-window.py | 6 + gdb/tui/tui-data.h | 1 + gdb/tui/tui-interp.c | 2 +- gdb/tui/tui-io.c | 4 + gdb/tui/tui-layout.c | 71 +- gdb/tui/tui.c | 11 +- gdb/tui/tui.h | 6 +- gdb/valprint.c | 2 +- gold/ChangeLog | 24 + gold/layout.cc | 5 +- gold/options.cc | 16 +- gold/options.h | 15 + gold/testsuite/Makefile.am | 6 +- gold/testsuite/Makefile.in | 6 +- gold/testsuite/discard_locals_relocatable_test.c | 6 +- gold/testsuite/discard_locals_test.c | 5 +- include/ChangeLog | 8 + include/bfdlink.h | 7 +- include/elf/xtensa.h | 3 + ld/ChangeLog | 76 ++ 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-elf/indirect1b.c | 4 +- ld/testsuite/ld-elf/indirect2.c | 4 +- ld/testsuite/ld-elf/indirect3b.c | 4 +- ld/testsuite/ld-elf/indirect4b.c | 8 +- ld/testsuite/ld-elf/pr14323-2.c | 2 +- ld/testsuite/ld-elf/pr18720b.c | 14 +- ld/testsuite/ld-elf/pr19553c.c | 4 +- ld/testsuite/ld-elf/pr23428.c | 3 + ld/testsuite/ld-elfvers/vers27b.c | 2 +- ld/testsuite/ld-elfvsb/common.c | 2 +- ld/testsuite/ld-elfvsb/main.c | 18 +- ld/testsuite/ld-elfvsb/sh1.c | 22 +- ld/testsuite/ld-elfvsb/test.c | 4 +- ld/testsuite/ld-pe/aligncomm-1.c | 8 +- ld/testsuite/ld-pe/aligncomm-2.c | 8 +- ld/testsuite/ld-pe/aligncomm-3.c | 8 +- ld/testsuite/ld-pe/aligncomm-4.c | 8 +- ld/testsuite/ld-plugin/pr23958.c | 2 +- ld/testsuite/ld-scripts/sane1.d | 4 +- ld/testsuite/ld-scripts/segment-start.d | 2 +- ld/testsuite/ld-size/size-10b.c | 2 +- ld/testsuite/ld-size/size-1b.c | 2 +- ld/testsuite/ld-size/size-2b.c | 2 +- ld/testsuite/ld-size/size-3a.c | 2 +- ld/testsuite/ld-size/size-3b.c | 2 +- ld/testsuite/ld-size/size-3c.c | 2 +- ld/testsuite/ld-size/size-4b.c | 4 +- ld/testsuite/ld-size/size-5b.c | 4 +- ld/testsuite/ld-size/size-6a.c | 2 +- ld/testsuite/ld-size/size-7a.c | 2 +- ld/testsuite/ld-size/size-8a.c | 2 +- ld/testsuite/ld-size/size-9b.c | 2 +- 123 files changed, 1642 insertions(+), 2093 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