This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository binutils-gdb.
from 895b7b4e4be gdb/riscv: select rv32 target by default when requested new 02a79309925 gdb: add a new 'maint info target-sections' command new 19cf757a87d gdb: spread a little 'const' through the target_section_table code new b91919ac8b5 gdb/testsuite: enable gdb.base/sect-cmd.exp test for all targets new 02f7d26b0bc gdb: make the target_sections table private within program_space new 336aa7b740c gdb: move get_section_table from exec_target to dummy_target new dd80d75040a gdb: use std::string instead of a fixed size buffer
The 6 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: gdb/ChangeLog | 77 +++++++++++++ gdb/NEWS | 3 + gdb/bfd-target.c | 4 +- gdb/doc/ChangeLog | 5 + gdb/doc/gdb.texinfo | 8 ++ gdb/exec.c | 62 +++++------ gdb/exec.h | 2 +- gdb/maint.c | 59 ++++++++++ gdb/ppc64-tdep.c | 2 +- gdb/progspace.h | 21 +++- gdb/record-btrace.c | 2 +- gdb/remote.c | 6 +- gdb/s390-tdep.c | 4 +- gdb/solib-dsbt.c | 3 +- gdb/solib-svr4.c | 3 +- gdb/target-debug.h | 2 +- gdb/target-delegates.c | 16 +-- gdb/target.c | 24 ++-- gdb/target.h | 14 ++- gdb/testsuite/ChangeLog | 14 +++ gdb/testsuite/gdb.base/maint-info-sections.exp | 66 ++++++++++- gdb/testsuite/gdb.base/sect-cmd.exp | 146 ++++++++++--------------- 22 files changed, 377 insertions(+), 166 deletions(-)