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-arm-build_cross in repository toolchain/ci/binutils-gdb.
from 59b59f08f6 Avoid use after free with logging and debug redirect. adds 07b8b9e7c5 Automatic date update in version.in adds 22efa3d307 [gdb/testsuite] Fix ERROR in gdb.dwarf2/dw2-out-of-range-end [...] adds 2f985dd1ac [gdb/testsuite] Fix gdb.ada/out_of_line_in_inlined.exp with [...] adds def97fb945 PR27259, SHF_LINK_ORDER self-link adds 2a7f6487d0 [gdb/breakpoints] Fix longjmp master breakpoint with separat [...] adds 24cf63899b gdb: update comment for execute_command_to_string adds 47918cca26 gdb/testsuite: unset XDG_CONFIG_HOME adds 0318cca493 gold: Skip address size and segment selector for DWARF5 adds a7ad3cb1ff Fix binutils tools so that they can cope with the special /d [...] adds 53e556e5b4 ld: Add a test for PR ld/27259 adds cc3edc5274 Improve windres's handling of pathnames containing special c [...] adds 6ac373717c gdb: rename type::{arch,objfile} -> type::{arch_owner,objfil [...] adds 8ee511afd8 gdb: rename get_type_arch to type::arch adds c47b145e1a [gdb/testsuite] Fix g0 search in gdb.arch/i386-sse-stack-align.exp adds cdeba395cf [gdb/testsuite] Fix gdb.arch/i386-gnu-cfi.exp adds f237f998d1 gdb/tui: remove special handling of locator/status window adds 0f93c3a25b gdb: remove unneeded switch_to_thread from thr_try_catch_cmd adds 986dbd541a Automatic date update in version.in adds c4566785ac PR27271, c6x-uclinux-ld segfaults linking ld-uClibc-1.0.37.so adds 620ec3caae [gdb/testsuite] Fix gdb.opt/solib-intra-step.exp with -m32 a [...] adds ebde6f2ddc [gdb/breakpoint] Fix stepping past non-stmt line-table entries adds 6efcd6f329 Automatic date update in version.in adds 008a02e36d sim: readd myself as a maintainer adds 481fac96bd sim: common: sort nltvals.def adds f4dd74915b sim: hw: replace fgets with getline adds 88f68ee277 sim: m68hc11: stop making hardware conditional adds 18d4b488f4 sim: profile: fix bucketing with 64-bit targets adds d4e3adda12 sim: watchpoints: change sizeof_pc to sizeof(sim_cia) adds ee64caae5b sim: m68hc11: include stdlib.h for prototypes adds fb8d4e59af sim: m68hc11: tweak printf-style funcs adds b9e016f517 sim: m68hc11: localize a few functions adds 683b8d961e sim: m68hc11: fix printf size warnings adds ca51543cf5 Automatic date update in version.in adds 9a7ba4aa0e sim: common: change gennltvals helper to Python adds 3c811346e9 sim: moxie: cleanup build warnings adds 44b30b7f0e sim: v850: fix handling of SYS_times adds 5f05936d9b sim: v850: cleanup build warnings adds 5bc4f5ca15 sim: cgen-accfp: Fix pointer sign warnings adds ba2f0de216 sim: bpf/or1k: fix CGEN_TRACE_EXTRACT name adds bccec180ce sim: bpf: fix mainloop extract call adds 6451541244 sim: cgen-trace: tweak printf call adds 4ebf566ea5 Automatic date update in version.in adds 7bba67ec7c PR27283 gas for alpha fails to build with gcc 11 adds 49daa38f31 Re: ld: Add a test for PR ld/27259 adds a5f92c6756 ldgram.y low_level_library_NAME_list adds 82a1fd3a49 gdb: unify parts of the Linux and FreeBSD core dumping code adds 40726f16a8 ld script expression parsing adds fb6c220ebd ld --defsym adds 72a51a0603 Small updates to the 'how to make a release' document follow [...] adds 34c10233cd Wrong operand for SADDR (rl78) adds c39c86378f [gdb/testsuite] Fix gdb.dwarf2/fission-reread.exp with .gdb_index adds 1f568f9a0d Add Genode target support
No new revisions were added by this update.
Summary of changes: bfd/ChangeLog | 22 ++ bfd/config.bfd | 6 +- bfd/elf32-rl78.c | 2 +- bfd/elflink.c | 26 ++- bfd/version.h | 2 +- binutils/ChangeLog | 18 ++ binutils/README-how-to-make-a-release | 40 ++-- binutils/bucomm.c | 15 ++ binutils/elfedit.c | 14 ++ binutils/windres.c | 31 ++- gas/ChangeLog | 9 + gas/config/tc-alpha.c | 2 +- gas/configure.tgt | 4 +- gdb/ChangeLog | 119 +++++++++++ gdb/Makefile.in | 2 + gdb/ada-lang.c | 9 +- gdb/ada-valprint.c | 2 +- gdb/breakpoint.c | 184 +++++++++------- gdb/c-lang.c | 8 +- gdb/c-typeprint.c | 2 +- gdb/c-valprint.c | 8 +- gdb/compile/compile-c-types.c | 8 +- gdb/compile/compile-cplus-types.c | 4 +- gdb/cp-valprint.c | 2 +- gdb/f-array-walker.h | 4 +- gdb/f-lang.c | 6 +- gdb/f-typeprint.c | 7 +- gdb/f-valprint.c | 2 +- gdb/fbsd-tdep.c | 135 +----------- gdb/findvar.c | 4 +- gdb/gcore.c | 136 ++++++++++++ gdb/gcore.h | 20 ++ gdb/gdbcmd.h | 9 +- gdb/gdbtypes.c | 92 ++++---- gdb/gdbtypes.h | 27 +-- gdb/gnu-v3-abi.c | 22 +- gdb/go-valprint.c | 2 +- gdb/guile/scm-pretty-print.c | 2 +- gdb/guile/scm-type.c | 4 +- gdb/guile/scm-value.c | 2 +- gdb/infcall.c | 2 +- gdb/infrun.c | 33 ++- gdb/language.c | 2 +- gdb/linux-tdep.c | 141 +----------- gdb/m2-valprint.c | 4 +- gdb/p-valprint.c | 2 +- gdb/parse.c | 6 +- gdb/printcmd.c | 13 +- gdb/python/py-prettyprint.c | 2 +- gdb/python/py-type.c | 10 +- gdb/rust-lang.c | 6 +- gdb/testsuite/ChangeLog | 49 +++++ gdb/testsuite/gdb.ada/out_of_line_in_inlined.exp | 3 +- gdb/testsuite/gdb.arch/i386-gnu-cfi.exp | 26 ++- gdb/testsuite/gdb.arch/i386-sse-stack-align.S | 40 ++-- gdb/testsuite/gdb.arch/i386-sse-stack-align.c | 13 +- gdb/testsuite/gdb.arch/i386-sse-stack-align.exp | 2 +- .../gdb.dwarf2/dw2-out-of-range-end-of-seq.exp | 7 +- .../gdb.dwarf2/dw2-step-out-of-function-no-stmt.c} | 41 ++-- ...eq.exp => dw2-step-out-of-function-no-stmt.exp} | 66 ++++-- gdb/testsuite/gdb.dwarf2/fission-base.S | 5 +- gdb/testsuite/gdb.dwarf2/fission-base.exp | 14 +- gdb/testsuite/gdb.dwarf2/fission-loclists-pie.S | 4 +- gdb/testsuite/gdb.dwarf2/fission-loclists-pie.exp | 13 +- gdb/testsuite/gdb.dwarf2/fission-loclists.S | 5 +- gdb/testsuite/gdb.dwarf2/fission-loclists.exp | 14 +- gdb/testsuite/gdb.dwarf2/fission-multi-cu.S | 6 +- gdb/testsuite/gdb.dwarf2/fission-multi-cu.exp | 14 +- gdb/testsuite/gdb.dwarf2/fission-reread.S | 7 +- gdb/testsuite/gdb.dwarf2/fission-reread.exp | 21 +- gdb/testsuite/gdb.opt/solib-intra-step.exp | 26 +-- gdb/testsuite/lib/gdb.exp | 7 + gdb/thread.c | 7 +- gdb/top.c | 4 +- gdb/tui/tui-data.h | 2 +- gdb/tui/tui-disasm.c | 13 +- gdb/tui/tui-layout.c | 16 +- gdb/tui/tui-location.c | 81 +++++++ gdb/tui/tui-location.h | 93 ++++++++ gdb/tui/tui-source.c | 9 +- gdb/tui/tui-stack.c | 114 +++------- gdb/tui/tui-stack.h | 19 -- gdb/tui/tui-wingeneral.c | 4 - gdb/tui/tui-winsource.c | 3 +- gdb/tui/tui.h | 1 + gdb/valarith.c | 8 +- gdb/valops.c | 4 +- gdb/valprint.c | 12 +- gdb/value.c | 11 +- gdb/varobj.c | 2 +- gold/ChangeLog | 6 + gold/dwarf_reader.cc | 4 + ld/ChangeLog | 42 ++++ ld/configure.tgt | 8 +- ld/ldelf.c | 21 +- ld/ldgram.y | 25 ++- ld/ldlex.h | 2 +- ld/ldlex.l | 31 ++- ld/testsuite/ld-elf/pr27259.d | 7 + ld/testsuite/ld-elf/pr27259.s | 14 ++ ld/testsuite/ld-tic6x/tic6x.exp | 5 + sim/ChangeLog | 12 ++ sim/MAINTAINERS | 2 +- sim/Makefile.in | 2 +- sim/README-HACKING | 4 +- sim/avr/ChangeLog | 4 + sim/avr/interp.c | 1 - sim/bfin/ChangeLog | 4 + sim/bfin/interp.c | 1 - sim/bpf/ChangeLog | 10 + sim/bpf/decode-be.c | 70 +++--- sim/bpf/decode-le.c | 70 +++--- sim/bpf/mloop.in | 2 +- sim/common/ChangeLog | 35 +++ sim/common/cgen-accfp.c | 6 +- sim/common/cgen-trace.c | 2 +- sim/common/gennltvals.py | 230 ++++++++++++++++++++ sim/common/gennltvals.sh | 238 --------------------- sim/common/nltvals.def | 177 +++++++-------- sim/common/sim-hw.c | 67 +++--- sim/common/sim-profile.c | 4 +- sim/common/sim-watch.c | 6 +- sim/common/sim-watch.h | 1 - sim/frv/ChangeLog | 4 + sim/frv/sim-if.c | 1 - sim/iq2000/ChangeLog | 4 + sim/iq2000/sim-if.c | 1 - sim/m32r/ChangeLog | 4 + sim/m32r/sim-if.c | 1 - sim/m68hc11/ChangeLog | 23 ++ sim/m68hc11/configure | 34 ++- sim/m68hc11/configure.ac | 15 +- sim/m68hc11/dv-m68hc11.c | 1 + sim/m68hc11/dv-m68hc11tim.c | 2 +- sim/m68hc11/interp.c | 4 +- sim/m68hc11/m68hc11_sim.c | 14 +- sim/mips/ChangeLog | 4 + sim/mips/interp.c | 1 - sim/mn10300/ChangeLog | 4 + sim/mn10300/interp.c | 1 - sim/moxie/ChangeLog | 10 + sim/moxie/configure | 19 +- sim/moxie/configure.ac | 1 - sim/moxie/interp.c | 3 +- sim/or1k/ChangeLog | 5 + sim/or1k/decode.c | 114 +++++----- sim/v850/ChangeLog | 15 +- sim/v850/configure | 223 ++++++++++--------- sim/v850/configure.ac | 1 - sim/v850/interp.c | 1 - sim/v850/simops.c | 3 +- 151 files changed, 2108 insertions(+), 1538 deletions(-) copy gdb/{gcore.h => testsuite/gdb.dwarf2/dw2-step-out-of-function-no-stmt.c} (59%) copy gdb/testsuite/gdb.dwarf2/{dw2-out-of-range-end-of-seq.exp => dw2-step-out-of- [...] create mode 100644 gdb/tui/tui-location.c create mode 100644 gdb/tui/tui-location.h create mode 100644 ld/testsuite/ld-elf/pr27259.d create mode 100644 ld/testsuite/ld-elf/pr27259.s create mode 100755 sim/common/gennltvals.py delete mode 100755 sim/common/gennltvals.sh