This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk/llvm-master-arm-spec2k6-Os in repository toolchain/ci/binutils-gdb.
from 05be37e5c3 Automatic date update in version.in adds 5d5b0bd35f MSP430 Assembler: Define symbols for functions to run through. adds b73715df01 [gdb] Handle vfork in thread with follow-fork-mode child adds 85bec12d61 Improve warning message for $0 constraint on MIPSR6 branches adds dc34c8972e Make process_stratum_target::stratum "final" adds 36cd4ba598 [gdb/testsuite] Fix gdb.base/break-probes.exp with native-gdbserver new e7da54fcdb Automatic date update in version.in
The 1 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 +- gas/ChangeLog | 19 +++++++ gas/config/tc-mips.c | 5 +- gas/config/tc-msp430.c | 44 +++++++++++++-- gas/testsuite/gas/mips/r6-branch-constraints.l | 20 +++---- gas/testsuite/gas/msp430/fini-array.d | 7 +++ gas/testsuite/gas/msp430/fini-array.s | 22 ++++++++ gas/testsuite/gas/msp430/init-array.d | 7 +++ gas/testsuite/gas/msp430/init-array.s | 22 ++++++++ gas/testsuite/gas/msp430/msp430.exp | 3 + gas/testsuite/gas/msp430/preinit-array.d | 7 +++ gas/testsuite/gas/msp430/preinit-array.s | 22 ++++++++ gdb/ChangeLog | 5 ++ gdb/infrun.c | 31 +++++----- gdb/process-stratum-target.h | 2 +- gdb/testsuite/ChangeLog | 14 +++++ gdb/testsuite/boards/local-board.exp | 2 +- .../gdb.threads/vfork-follow-child-exec.c | 66 ++++++++++++++++++++++ .../gdb.threads/vfork-follow-child-exec.exp | 64 +++++++++++++++++++++ .../gdb.threads/vfork-follow-child-exit.c | 52 +++++++++++++++++ .../gdb.threads/vfork-follow-child-exit.exp | 60 ++++++++++++++++++++ 21 files changed, 439 insertions(+), 37 deletions(-) create mode 100644 gas/testsuite/gas/msp430/fini-array.d create mode 100644 gas/testsuite/gas/msp430/fini-array.s create mode 100644 gas/testsuite/gas/msp430/init-array.d create mode 100644 gas/testsuite/gas/msp430/init-array.s create mode 100644 gas/testsuite/gas/msp430/preinit-array.d create mode 100644 gas/testsuite/gas/msp430/preinit-array.s create mode 100644 gdb/testsuite/gdb.threads/vfork-follow-child-exec.c create mode 100644 gdb/testsuite/gdb.threads/vfork-follow-child-exec.exp create mode 100644 gdb/testsuite/gdb.threads/vfork-follow-child-exit.c create mode 100644 gdb/testsuite/gdb.threads/vfork-follow-child-exit.exp