This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu/gnu-master-arm-check_binutils in repository toolchain/ci/binutils-gdb.
from 1cdf9e33ea Make tui_win_info::name pure virtual adds 0942c7ab94 Change readelf's display of symbol names (when not in --wide [...] adds b1a35af270 gdb: remove unused fetch_inferior_event and inferior_event_h [...] adds f405494f21 aarch64: Fix segfault on unicode symbols adds f436f38e7d Skip fill-1 gas test for MeP targets. adds c2ecccb33c x86: Add SwapSources adds 6d2f9adc67 Automatic date update in version.in adds b657622c3e Re: Change readelf's display of symbol names adds 9adda7af10 Remove stale overlay testcase bits adds 2eb8215700 Remove stale -DNO_PROTOTYPES bits from gdb testsuite adds bf90c83acc Fix gdb.base/charset.exp with Clang adds 3c8ea5be24 Fix gdb.base/structs2.exp with Clang adds ad8464f799 sim/ppc: Fix linker error with -fno-common adds c4df5bbeb8 sim/igen: Fix linker error with -fno-common new 889d527eb4 Automatic date update in version.in new 211d5b1c18 gdb: remove callback in macro expand functions new 14d960c82a gdb: make macro_expand_next return a gdb::unique_xmalloc_ptr<char> new a36158ec0c gdb: make macro_stringify return a gdb::unique_xmalloc_ptr<char>
The 4 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/version.h | 2 +- binutils/ChangeLog | 11 + binutils/NEWS | 6 + binutils/doc/binutils.texi | 10 + binutils/readelf.c | 54 +- gas/ChangeLog | 32 + gas/config/tc-aarch64.c | 2 +- gas/config/tc-i386.c | 6 +- .../{udf.d => reglike-label-unicode-segv.d} | 5 +- .../gas/aarch64/reglike-label-unicode-segv.s | 2 + gas/testsuite/gas/all/fill-1.d | 4 +- gas/testsuite/gas/ia64/group-2.d | 2 +- gas/testsuite/gas/ia64/unwind-ilp32.d | 2 +- gas/testsuite/gas/ia64/unwind.d | 2 +- gas/testsuite/gas/mmix/bspec-1.d | 2 +- gas/testsuite/gas/mmix/bspec-2.d | 2 +- gas/testsuite/gas/mmix/comment-1.d | 2 +- gas/testsuite/gas/tic6x/scomm-directive-4.d | 2 +- gdb/ChangeLog | 48 + gdb/c-exp.y | 19 +- gdb/inf-loop.c | 5 +- gdb/inf-loop.h | 3 +- gdb/infcmd.c | 2 +- gdb/infrun.c | 8 +- gdb/infrun.h | 2 +- gdb/linux-nat.c | 2 +- gdb/macrocmd.c | 22 +- gdb/macroexp.c | 67 +- gdb/macroexp.h | 59 +- gdb/macroscope.c | 14 +- gdb/macroscope.h | 9 +- gdb/macrotab.c | 14 +- gdb/record-btrace.c | 2 +- gdb/record-full.c | 2 +- gdb/remote.c | 7 +- gdb/testsuite/ChangeLog | 31 + gdb/testsuite/gdb.base/call-sc.exp | 15 +- gdb/testsuite/gdb.base/charset.c | 17 +- gdb/testsuite/gdb.base/d10vovly.c | 225 - gdb/testsuite/gdb.base/m32rovly.c | 225 - gdb/testsuite/gdb.base/overlays.c | 8 +- gdb/testsuite/gdb.base/ovlymgr.c | 133 - gdb/testsuite/gdb.base/ovlymgr.h | 11 +- gdb/testsuite/gdb.base/reread.exp | 2 - gdb/testsuite/gdb.base/structs.exp | 15 +- gdb/testsuite/gdb.base/structs2.c | 2 +- gdb/testsuite/gdb.base/structs2.exp | 28 +- gdb/testsuite/gdb.base/varargs.exp | 2 - gold/ChangeLog | 7 + gold/testsuite/Makefile.am | 2 +- gold/testsuite/Makefile.in | 2 +- ld/ChangeLog | 26 + ld/testsuite/ld-arm/arm-elf.exp | 8 +- ld/testsuite/ld-arm/vxworks1.rd | 26 +- ld/testsuite/ld-i386/i386.exp | 2 +- ld/testsuite/ld-i386/vxworks1.rd | 28 +- ld/testsuite/ld-mips-elf/mips-elf.exp | 4 +- ld/testsuite/ld-mmix/local1.d | 2 +- ld/testsuite/ld-mmix/local3.d | 2 +- ld/testsuite/ld-mmix/local5.d | 2 +- ld/testsuite/ld-mmix/local7.d | 2 +- ld/testsuite/ld-powerpc/powerpc.exp | 6 +- ld/testsuite/ld-sh/sh-vxworks.exp | 2 +- ld/testsuite/ld-sh/vxworks1.rd | 26 +- ld/testsuite/ld-sparc/sparc.exp | 2 +- ld/testsuite/ld-sparc/vxworks1.rd | 32 +- opcodes/ChangeLog | 9 + opcodes/i386-gen.c | 1 + opcodes/i386-opc.h | 4 + opcodes/i386-opc.tbl | 10 +- opcodes/i386-tbl.h | 7964 ++++++++++---------- sim/igen/ChangeLog | 9 + sim/igen/gen-idecode.c | 2 + sim/igen/lf.c | 7 + sim/igen/lf.h | 2 + sim/ppc/ChangeLog | 13 + sim/ppc/ld-insn.c | 18 + sim/ppc/ld-insn.h | 24 +- 78 files changed, 4490 insertions(+), 4901 deletions(-) copy gas/testsuite/gas/aarch64/{udf.d => reglike-label-unicode-segv.d} (55%) create mode 100644 gas/testsuite/gas/aarch64/reglike-label-unicode-segv.s delete mode 100644 gdb/testsuite/gdb.base/d10vovly.c delete mode 100644 gdb/testsuite/gdb.base/m32rovly.c