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 d9fa87f4f6 Constify get_exec_file new d043f8c867 Fix double-free when creating more than one block in JIT deb [...] new 8986718429 jit: c++-ify gdb_symtab new 1b61f46da5 jit: make gdb_object::symtabs an std::forward_list new b61121178e jit: c++-ify gdb_block new 0394eed15c jit: make gdb_symtab::blocks an std::forward_list
The 5 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 | 46 ++++++++ gdb/jit.c | 207 +++++++++++++--------------------- gdb/testsuite/ChangeLog | 22 ++++ gdb/testsuite/gdb.base/jit-reader.exp | 14 +-- gdb/testsuite/gdb.base/jithost.c | 45 ++++++-- gdb/testsuite/gdb.base/jithost.h | 15 ++- gdb/testsuite/gdb.base/jitreader.c | 34 ++++-- 7 files changed, 226 insertions(+), 157 deletions(-)