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 9482e6e450 Automatic date update in version.in adds 921b2bc73e gdb/testsuite: set sysroot in gdb.server/stop-reply-no-threa [...] adds 53f18dfd3e Automatic date update in version.in adds 6bee34a1dc fix Dwarf2 build with certain gcc versions adds a442cac508 ix86: wrap constants adds 4e014f6ac0 x86: immediate operands don't allow for vector operations adds f70c6814bb x86: remove pointless 2nd parameter from check_VecOperations() adds 98ff9f1c5d x86/Intel: drop unnecessary bracket matching from parse_operands() adds c8d541e2e7 x86: correct absolute branch check with segment override adds 9d299bea8c x86: make symbol quotation check consistent in i386_att_operand() adds 014fbcda4c x86: allow unary operators to start a memory operand adds e68c3d59ac x86: better respect quotes in parse_operands() adds 6b5ba0d49e x86: honor quoted figure braces in i386_att_operand() adds 7ee8c12755 [gdb/testsuite] Fix info-types-c.exp adds bc37aacde1 [gdb/testsuite] Fix gdb.base/new-ui-pending-input.exp timeout adds 409cac34d9 [gdb/testsuite] Simplify gdb.base/info-types.exp.tcl adds b0e2f96b56 [gdb/testsuite] Fix gdb.base/run-attach-while-running.exp adds cfa8e270c9 gdb: set only inferior_ptid in sparc_{fetch,store}_inferior_ [...] adds f1854e35d8 gdb/testsuite: use proc_with_prefix in gdb.base/attach.exp adds ecac8d1c14 Add Power 10 PLT instruction patterns adds a12a15e7c5 gdb: handle case where type alignment is unknown adds cfc75767cc gdb/testsuite: gdb.base/continue-all-already-running.exp: ad [...] adds d8ca8e9fac nat/amd64-linux-siginfo.c: Move align attribute from typedef [...] adds c57eb1a269 nat/amd64-linux-siginfo.c: Remove typedefs adds fa6ec8efa4 gdb_rl_find_completion_word: Remove 'found_quote' local adds 1b453aed8b Fix a couple -Wdeprecated-copy issues adds e266dea992 Automatic date update in version.in adds 64c2e4a530 gnulib: import chown adds c469a50252 sim: v850: assume chown is available adds 172a7ff54b gnulib: import netdb adds d20bc12288 gnulib: import select adds a55b92be28 sim: igen: harmonize tool variables new 25ff4de715 [gdb/testsuite] Fix gdb.base/sect-cmd.exp new ac6c175edd [gdb/testsuite] Simplify gdb.base/sect-cmd.exp new 4a11703a04 [gdb/testsuite] Fix gdb.threads/multi-create-ns-info-thr.exp
The 3 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 | 4 + bfd/dwarf2.c | 4 +- bfd/version.h | 2 +- binutils/ChangeLog | 4 + binutils/dwarf.c | 2 +- gas/ChangeLog | 61 + gas/config/tc-i386-intel.c | 2 +- gas/config/tc-i386.c | 186 +- gas/testsuite/gas/i386/i386.exp | 4 + gas/testsuite/gas/i386/quoted.d | 21 + gas/testsuite/gas/i386/quoted.s | 16 + gas/testsuite/gas/i386/unary.d | 17 + gas/testsuite/gas/i386/unary.s | 11 + gas/testsuite/gas/i386/wrap32-data.d | 23 + gas/testsuite/gas/i386/wrap32-text.d | 43 + gas/testsuite/gas/i386/wrap32.s | 60 + gdb/ChangeLog | 63 + gdb/amd64-tdep.c | 5 +- gdb/completer.c | 22 +- gdb/dwarf2/read.c | 1 + gdb/nat/amd64-linux-siginfo.c | 28 +- gdb/ppc-tdep.h | 2 + gdb/ppc64-tdep.c | 194 +- gdb/rs6000-tdep.c | 8 + gdb/sparc-nat.c | 10 +- gdb/symtab.h | 1 + gdb/testsuite/ChangeLog | 57 + gdb/testsuite/gdb.base/attach.exp | 50 +- .../gdb.base/continue-all-already-running.exp | 1 + gdb/testsuite/gdb.base/info-types.exp.tcl | 32 +- gdb/testsuite/gdb.base/new-ui-pending-input.exp | 2 +- .../gdb.base/run-attach-while-running.exp | 8 +- gdb/testsuite/gdb.base/sect-cmd.exp | 21 +- gdb/testsuite/gdb.dwarf2/dw2-weird-type-len.c | 45 + gdb/testsuite/gdb.dwarf2/dw2-weird-type-len.exp | 107 + .../gdb.server/stop-reply-no-thread-multi.exp | 7 + .../gdb.threads/multi-create-ns-info-thr.exp | 2 +- gnulib/ChangeLog | 26 + gnulib/Makefile.gnulib.inc.in | 2 +- gnulib/Makefile.in | 27 + gnulib/aclocal.m4 | 6 + gnulib/config.in | 31 + gnulib/configure | 4253 ++++++++++++-------- gnulib/import/Makefile.am | 98 + gnulib/import/Makefile.in | 183 +- gnulib/import/chown.c | 151 + gnulib/import/fchown-stub.c | 34 + gnulib/import/m4/chown.m4 | 218 + gnulib/import/m4/gnulib-cache.m4 | 6 + gnulib/import/m4/gnulib-comp.m4 | 38 + gnulib/import/m4/netdb_h.m4 | 44 + gnulib/import/m4/select.m4 | 117 + gnulib/import/m4/socketlib.m4 | 96 + gnulib/import/m4/sockets.m4 | 17 + gnulib/import/m4/sys_select_h.m4 | 95 + gnulib/import/netdb.in.h | 295 ++ gnulib/import/select.c | 597 +++ gnulib/import/sockets.c | 161 + gnulib/import/sockets.h | 66 + gnulib/import/sys_select.in.h | 326 ++ gnulib/import/w32sock.h | 140 + gnulib/update-gnulib.sh | 3 + sim/common/ChangeLog | 5 + sim/common/Make-common.in | 3 +- sim/mips/ChangeLog | 5 + sim/mips/Makefile.in | 30 +- sim/mn10300/ChangeLog | 5 + sim/mn10300/Makefile.in | 4 +- sim/v850/ChangeLog | 11 + sim/v850/Makefile.in | 4 +- sim/v850/config.in | 3 - sim/v850/configure | 7 +- sim/v850/configure.ac | 2 +- sim/v850/simops.c | 2 - 74 files changed, 6372 insertions(+), 1865 deletions(-) create mode 100644 gas/testsuite/gas/i386/quoted.d create mode 100644 gas/testsuite/gas/i386/quoted.s create mode 100644 gas/testsuite/gas/i386/unary.d create mode 100644 gas/testsuite/gas/i386/unary.s create mode 100644 gas/testsuite/gas/i386/wrap32-data.d create mode 100644 gas/testsuite/gas/i386/wrap32-text.d create mode 100644 gas/testsuite/gas/i386/wrap32.s create mode 100644 gdb/testsuite/gdb.dwarf2/dw2-weird-type-len.c create mode 100644 gdb/testsuite/gdb.dwarf2/dw2-weird-type-len.exp create mode 100644 gnulib/import/chown.c create mode 100644 gnulib/import/fchown-stub.c create mode 100644 gnulib/import/m4/chown.m4 create mode 100644 gnulib/import/m4/netdb_h.m4 create mode 100644 gnulib/import/m4/select.m4 create mode 100644 gnulib/import/m4/socketlib.m4 create mode 100644 gnulib/import/m4/sockets.m4 create mode 100644 gnulib/import/m4/sys_select_h.m4 create mode 100644 gnulib/import/netdb.in.h create mode 100644 gnulib/import/select.c create mode 100644 gnulib/import/sockets.c create mode 100644 gnulib/import/sockets.h create mode 100644 gnulib/import/sys_select.in.h create mode 100644 gnulib/import/w32sock.h