This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_cross/gnu-master-aarch64-build_cross in repository toolchain/ci/binutils-gdb.
from 05a6b8c28b Don't unnecessarily redefine 'socklen_t' type in MinGW builds. adds 555adca2e3 libctf: compilation failure on MinGW due to missing errno values adds 9e3d7d43cf Automatic date update in version.in adds 95420d3027 [gdb/build] Fix typo sys/sockets.h -> sys/socket.h adds 608d61c202 doc: Replace preceeded with preceded adds afd2ea2362 [GOLD] Power10 stub selection adds 344e66534e ctf test ERROR: $target-cc does not exist adds 8fab9282e5 Prevent strange "section mentioned in a -j option but not found" adds 93fd13c704 Accept --just-symbols symbols as absolute for xcoff adds 32377a8037 Allow new just-symbols test to run on XCOFF and PE adds a4089f524f Remove unused declaration from gcore.h adds ddce17585c Use SIGTRAP si_code values for all FreeBSD architectures on [...] adds cf0ae6e41f Automatic date update in version.in adds c38166b376 Re: Allow new just-symbols test to run on XCOFF and PE adds f437dadd89 More just-syms changes adds 67411cbf63 PR25022 testcase segfault for generic ELF linker targets new 14fa8fb307 gdb: Add a find method for RegisterDescriptorIterator new 43d5901ded gdb/python: make more use of RegisterDescriptors new 1a02d6b0ff x86: Handle {disp32} for (%bp)/(%ebp)/(%rbp) new d70f978b44 PKG_CHECK_MODULES: Check if $pkg_cv_[]$1[]_LIBS works new 866b34a12d [gdb/build] Fix Wmaybe-uninitialized in gdb_optional.h new 377170fa31 PKG_CHECK_MODULES: Properly check if $pkg_cv_[]$1[]_LIBS works new 4d46f40270 Implement xfer_partial TARGET_OBJECT_SIGNAL_INFO for NetBSD new 4888741a22 Fix bug in DW_OP_GNU_variable_value evaluation new 16f3242c05 Update "disassemble" help new f75a069335 Demangle function names when disassembling
The 10 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: ChangeLog | 2 - bfd/ChangeLog | 14 + bfd/elf.c | 64 +- bfd/elflink.c | 4 +- bfd/version.h | 2 +- bfd/xcofflink.c | 18 +- binutils/ChangeLog | 19 + binutils/configure | 24 + binutils/doc/binutils.texi | 8 +- binutils/objdump.c | 4 +- config/ChangeLog | 17 + config/pkg.m4 | 8 + gas/ChangeLog | 15 + gas/config/tc-i386.c | 12 +- gas/doc/as.texi | 2 +- gas/doc/c-i386.texi | 2 +- gas/testsuite/gas/i386/pseudos.d | 18 + gas/testsuite/gas/i386/pseudos.s | 24 + gas/testsuite/gas/i386/x86-64-pseudos.d | 12 + gas/testsuite/gas/i386/x86-64-pseudos.s | 16 + gdb/ChangeLog | 83 +++ gdb/blockframe.c | 36 +- gdb/cli/cli-cmds.c | 19 +- gdb/config.in | 3 - gdb/configure | 32 +- gdb/configure.ac | 2 +- gdb/doc/ChangeLog | 11 + gdb/doc/python.texi | 51 +- gdb/dwarf2/expr.c | 3 +- gdb/fbsd-nat.h | 12 +- gdb/gcore.h | 1 - gdb/nbsd-nat.c | 45 ++ gdb/nbsd-nat.h | 6 + gdb/nbsd-tdep.c | 156 +++++ gdb/python/py-frame.c | 22 +- gdb/python/py-registers.c | 97 ++- gdb/python/py-unwind.c | 36 +- gdb/python/python-internal.h | 19 + gdb/symtab.h | 8 + gdb/testsuite/ChangeLog | 20 + .../{abstract-origin.cc => disasm-func-name.cc} | 25 +- .../{printmethod.exp => disasm-func-name.exp} | 40 +- gdb/testsuite/gdb.dwarf2/varval.exp | 2 + gdb/testsuite/gdb.python/py-arch-reg-names.exp | 15 + gdb/testsuite/gdb.python/py-unwind.py | 11 +- gdbsupport/ChangeLog | 6 + gdbsupport/gdb_optional.h | 2 + gold/ChangeLog | 25 + gold/options.cc | 29 + gold/options.h | 48 +- gold/powerpc.cc | 680 ++++++++++++++------- ld/ChangeLog | 24 + ld/ldlang.c | 10 +- ld/testsuite/ld-misc/just-symbols.exp | 73 ++- ld/testsuite/ld-misc/just-symbols.ld | 4 +- ld/testsuite/lib/ld-lib.exp | 24 +- libctf/ChangeLog | 7 + libctf/ctf-create.c | 4 + libctf/ctf-subr.c | 4 + 59 files changed, 1521 insertions(+), 459 deletions(-) copy gdb/testsuite/gdb.cp/{abstract-origin.cc => disasm-func-name.cc} (73%) copy gdb/testsuite/gdb.cp/{printmethod.exp => disasm-func-name.exp} (51%)