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 8ee54925b48 Fix an illegal memory access problem when processing second [...] new 6be2a9ab1fb Add target_section constructor new c20cb6860c2 Remove exec_filename macro new 8a4f140205d Change exec_close to be a method on program_space new 784c859246a Remove commented-out code from gcore.c new 5a36e715255 Remove exec_bfd_mtime define new b55221abba0 Remove current_target_sections macro new 7e10abd146d Remove the exec_bfd macro new 19f6550ebbc Change program_space::ebfd to a gdb_bfd_ref_ptr new a42d7dd873b Remove symfile_objfile macro new e39fb97114f Change clear_program_space_solib_cache to method on program_space new 004eecfdc7d Change program_space_empty_p to method on program_space new 2a3f84af539 Change remove_target_sections to method on program_space new 3769e2277d3 Change add_target_sections to method on program_space new d9eebde0180 Change add_target_sections_of_objfile to method on program_space new 5008b3b2ebb Don't change current program space in exec_target::close new 8407f91bd38 Remove call to exec_close
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: gdb/ChangeLog | 190 ++++++++++++++++++++++++++++++++++++++++++++++++++ gdb/arch-utils.c | 4 +- gdb/arm-tdep.c | 7 +- gdb/corefile.c | 20 +++--- gdb/corelow.c | 11 +-- gdb/exec.c | 143 +++++++++++++++---------------------- gdb/exec.h | 21 ------ gdb/frame.c | 5 +- gdb/gcore.c | 34 +++------ gdb/infcmd.c | 2 +- gdb/inferior.c | 8 +-- gdb/linux-thread-db.c | 4 +- gdb/maint.c | 10 +-- gdb/mi/mi-main.c | 4 +- gdb/minsyms.c | 8 ++- gdb/nto-procfs.c | 7 +- gdb/objfiles.c | 8 +-- gdb/proc-service.c | 6 +- gdb/progspace.c | 47 ++++++++----- gdb/progspace.h | 61 ++++++++++------ gdb/remote-sim.c | 17 +++-- gdb/remote.c | 36 +++++----- gdb/rs6000-nat.c | 7 +- gdb/sol-thread.c | 6 +- gdb/solib-aix.c | 9 +-- gdb/solib-darwin.c | 17 +++-- gdb/solib-dsbt.c | 30 ++++---- gdb/solib-frv.c | 38 +++++----- gdb/solib-svr4.c | 98 ++++++++++++++++---------- gdb/solib.c | 13 ++-- gdb/source-cache.c | 4 +- gdb/stabsread.c | 5 +- gdb/symfile-mem.c | 12 ++-- gdb/symfile.c | 24 +++---- gdb/target-section.h | 9 +++ gdb/target.c | 9 ++- gdb/tracefile-tfile.c | 2 +- gdb/windows-tdep.c | 8 ++- 38 files changed, 579 insertions(+), 365 deletions(-)