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-O3_LTO 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 new d2d1ea20ae Fix crash when TUI window creation fails new 1ce22eebea Automatic date update in version.in new 39ec04904f Fix C-x 1 from gdb prompt new a350efd4fb Fix crash when exiting TUI with gdb -tui new de54374205 Use macros for TUI window names
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 | 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 | 29 + gdb/python/py-tui.c | 5 +- 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 +- 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 +- 94 files changed, 594 insertions(+), 1419 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