This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk_gnu_eabi_stm32/gnu_eabi-master-arm_eabi-coremark-O2 in repository toolchain/ci/binutils-gdb.
from 0c05610450 [gdb/testsuite] Fix ERROR in gdb.ctf/funcreturn.exp adds 1b4633f812 [gdb/testsuite] Test more values in gdb.base/parse_numbers.exp adds 1d8c0dfae7 [gdb/c] Fix type of 2147483648 and literal truncation adds a2c0d041fd [gdb/fortran] Fix literal truncation adds 4c4d769ab7 [gdb/go] Fix literal truncation adds 7af9baa9fa [gdb/pascal] Fix literal truncation adds 1390b65a1b [gdb/rust] Fix literal truncation adds 999f7adc21 [gdb/m2] Fix UB and literal truncation adds ac3afe36d7 [gdb/ada] Fix literal truncation adds 21aacea42e asan: uninitialised write in bfd_mach_o_write_contents adds 3ae76967be asan: null dereference in coff_count_linenumbers adds c8eab1d7c9 Automatic date update in version.in adds ca9aae53bd Remove obsolete Python 2 comment adds fdb5b467f9 Automatic date update in version.in adds 772f4c2e98 gdb/testsuite: add missing skip_python_tests call in py-doc- [...] adds faec7017f0 [gdb] Fix maint selftest -v print_one_insn adds 4ab19f4c9b [gdb] Enable some more print_one_insn selftests adds 38015f6710 [gdb] Name arch selftests more clearly adds c2ebdf6a7d Remove "-break-insert -r" tests adds a80f2680db Simplify varobj "change" logic adds 691ade38bc Consolidate "Python API" sections in NEWS adds f3cdb43624 Automatic date update in version.in adds e97198fdcd [gdb] Allow frv::fr300 in selftests new b11f3dbb88 [gdb/rust] Add missing _() for error call
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/coffgen.c | 3 +- bfd/mach-o.c | 35 +-- bfd/version.h | 2 +- gdb/NEWS | 12 +- gdb/ada-lex.l | 27 ++- gdb/c-exp.y | 111 ++++----- gdb/disasm-selftests.c | 28 ++- gdb/doc/gdb.texinfo | 6 - gdb/f-exp.y | 31 ++- gdb/go-exp.y | 95 +++----- gdb/m2-exp.y | 47 ++-- gdb/p-exp.y | 95 +++----- gdb/parse.c | 37 +++ gdb/parser-defs.h | 2 + gdb/python/py-value.c | 7 - gdb/rust-parse.c | 5 +- gdb/selftest-arch.c | 33 ++- gdb/testsuite/gdb.base/parse_number.exp | 330 +++++++++++++++++++++++---- gdb/testsuite/gdb.mi/mi-break.exp | 70 ------ gdb/testsuite/gdb.python/py-doc-reformat.exp | 4 + gdb/varobj.c | 7 +- 21 files changed, 560 insertions(+), 427 deletions(-)