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 af1b7b51595 Automatic date update in version.in new 7b466b10241 Introduce target-section.h new bb2a67773c5 Use a std::vector in target_section_table new 2d128614d41 build_section_table cannot fail new 91840ee38a1 Simplify add_target_sections_of_objfile new eda214cec17 Remove clear_section_table new d7a78e5c41c Change target_section_table to std::vector alias
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 | 109 ++++++++++++++++++ gdb/bfd-target.c | 17 +-- gdb/corelow.c | 60 ++++------ gdb/exec.c | 300 ++++++++++++++++--------------------------------- gdb/exec.h | 18 +-- gdb/progspace.c | 1 - gdb/progspace.h | 2 +- gdb/record-full.c | 39 +++---- gdb/remote.c | 15 +-- gdb/solib-dsbt.c | 18 +-- gdb/solib-svr4.c | 18 +-- gdb/solib.c | 37 +++--- gdb/solist.h | 4 +- gdb/symfile.c | 13 +-- gdb/symfile.h | 6 +- gdb/target-debug.h | 2 +- gdb/target-delegates.c | 14 +-- gdb/target-section.h | 49 ++++++++ gdb/target.c | 24 ++-- gdb/target.h | 33 +----- 20 files changed, 367 insertions(+), 412 deletions(-) create mode 100644 gdb/target-section.h