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 39fdda07446 MIPS/GAS/testsuite: Fix JALR relocation tests for IRIX targets new fe053b9e853 gdb/jit: pass the jiter objfile as an argument to jit_event [...] new 238b5c9f088 gdb/jit: link to jit_objfile_data directly from the objfile struct new 0e74a041c0e gdb/jit: split jit_objfile_data in two new 8c1c720faa4 gdb/jit: apply some simplifications and assertions new 77208eb7e24 gdb/jit: move cached_code_address and jit_breakpoint to jit [...] new c8474dc3538 gdb/jit: enable tracking multiple JITer objfiles new c1072906f1e gdb/jit: remove jiter_objfile_data -> objfile back-link new 2340e834dfb gdb/jit: apply minor cleanup and modernization new a7b4ff4f0a0 gdb/jit: skip jit symbol lookup if already detected the sym [...]
The 9 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 | 104 ++++++++ gdb/breakpoint.c | 3 +- gdb/jit.c | 351 +++++++++++---------------- gdb/jit.h | 43 +++- gdb/objfiles.h | 15 ++ gdb/testsuite/ChangeLog | 5 + gdb/testsuite/gdb.base/jit-reader-simple.exp | 43 +++- 7 files changed, 345 insertions(+), 219 deletions(-)