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-aarch64-check_binutils in repository toolchain/ci/binutils-gdb.
from e042e6c3e2 cpu: fix comment in bpf.cpu new 94c9b9db4b PR24944, gas doesn't read enough digits when parsing a float [...] new 6cdd651fda Improve target description check for SVE in gdbserver new 4f22c3f42e Add missing parentheses on 'print' (gdb.python/py-progspace.exp) new b13e475ed2 Automatic date update in version.in new 5b537ffc55 PR46, cygwin: FAIL: cdtest with -Ur new 65d1cd5f9c [gdb] Only force INTERP_CONSOLE ui_out for breakpoint comman [...] new 73d5efd7e1 ARM cmse_scan segfault new f76d79580e Fix potential buffer overrun in objcopy's note merging code. new e19511a60c PR273, SOM size -A new 87fb00ea22 gdb: remove gen_ret_current_ui_field_ptr new 2e84f897e5 gdb/testsuite: skip gdb.arch/amd64-eval.exp when target is n [...] new b52696f9e5 Fix potentially undefined behaviour in the linker when parsi [...] new 34877895ca Adjust byte order variable display/change if DW_AT_endianity [...] new 6ba1852136 Handle %I64d in format_pieces new f10ffa4146 Rename demangle.c to gdb-demangle.c, and some cleanup new c90569d301 Automatic date update in version.in
The 16 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 | 5 + bfd/elf32-arm.c | 7 +- bfd/version.h | 2 +- binutils/ChangeLog | 18 ++++ binutils/objcopy.c | 11 +- binutils/size.c | 12 ++- binutils/testsuite/binutils-all/size.exp | 2 +- binutils/testsuite/lib/binutils-common.exp | 17 ++-- gas/ChangeLog | 7 ++ gas/atof-generic.c | 11 +- gas/testsuite/gas/i386/fp.d | 8 +- gas/testsuite/gas/i386/fp.s | 5 + gdb/ChangeLog | 113 +++++++++++++++++++++ gdb/Makefile.in | 2 +- gdb/ada-lang.c | 4 +- gdb/ada-valprint.c | 4 +- gdb/c-lang.c | 2 +- gdb/c-valprint.c | 3 +- gdb/cli/cli-script.c | 3 + gdb/cp-valprint.c | 2 +- gdb/dwarf2loc.c | 2 +- gdb/dwarf2read.c | 32 ++++-- gdb/f-lang.c | 2 +- gdb/findvar.c | 12 +-- gdb/{demangle.c => gdb-demangle.c} | 4 +- gdb/gdb-demangle.h | 2 +- gdb/gdbserver/ChangeLog | 7 ++ gdb/gdbserver/linux-aarch64-low.c | 2 +- gdb/gdbserver/tdesc.c | 16 +++ gdb/gdbserver/tdesc.h | 5 + gdb/gdbsupport/format.c | 51 ++++++---- gdb/gdbtypes.c | 23 +++++ gdb/gdbtypes.h | 13 +++ gdb/gnu-v3-abi.c | 2 +- gdb/infcmd.c | 2 +- gdb/p-lang.c | 2 +- gdb/p-valprint.c | 2 +- gdb/printcmd.c | 2 +- gdb/riscv-tdep.c | 2 +- gdb/solib-darwin.c | 2 +- gdb/solib-svr4.c | 2 +- gdb/stap-probe.c | 7 +- gdb/symtab.h | 2 +- gdb/target-float.c | 6 +- gdb/testsuite/ChangeLog | 19 ++++ gdb/testsuite/gdb.arch/amd64-eval.exp | 5 + .../ada-linkage-name.c => gdb.base/endianity.c} | 36 ++++--- .../endianity.exp} | 33 +++--- gdb/testsuite/gdb.base/ui-redirect.exp | 21 ++++ gdb/testsuite/gdb.python/py-progspace.exp | 6 +- gdb/top.c | 38 ++++--- gdb/unittests/format_pieces-selftests.c | 11 ++ gdb/valarith.c | 10 +- gdb/valops.c | 2 +- gdb/valprint.c | 6 +- gdb/value.c | 12 +-- ld/ChangeLog | 14 +++ ld/ldlang.h | 2 +- ld/scripttempl/i386beos.sc | 2 +- ld/scripttempl/mcorepe.sc | 2 +- ld/scripttempl/pe.sc | 7 +- ld/scripttempl/pep.sc | 7 +- ld/testsuite/ld-cdtest/cdtest.exp | 5 + 63 files changed, 517 insertions(+), 161 deletions(-) rename gdb/{demangle.c => gdb-demangle.c} (99%) copy gdb/testsuite/{gdb.dwarf2/ada-linkage-name.c => gdb.base/endianity.c} (62%) copy gdb/testsuite/{gdb.arch/amd64-break-on-asm-line.exp => gdb.base/endianity.exp} (56%)