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 e838b3ca217 Automatic date update in version.in new ba6a0ef3493 gdb: use make_scoped_restore to restore gdbpy_current_objfile
The 1 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 | 6 ++ gdb/python/python.c | 10 ++- gdb/testsuite/ChangeLog | 9 +++ .../gdb.python/py-auto-load-chaining-f1.c | 24 +++++++ .../gdb.python/py-auto-load-chaining-f1.o-gdb.py | 37 ++++++++++ .../gdb.python/py-auto-load-chaining-f2.c | 24 +++++++ .../gdb.python/py-auto-load-chaining-f2.o-gdb.py | 24 +++++++ gdb/testsuite/gdb.python/py-auto-load-chaining.c | 58 ++++++++++++++++ gdb/testsuite/gdb.python/py-auto-load-chaining.exp | 78 ++++++++++++++++++++++ 9 files changed, 264 insertions(+), 6 deletions(-) create mode 100644 gdb/testsuite/gdb.python/py-auto-load-chaining-f1.c create mode 100644 gdb/testsuite/gdb.python/py-auto-load-chaining-f1.o-gdb.py create mode 100644 gdb/testsuite/gdb.python/py-auto-load-chaining-f2.c create mode 100644 gdb/testsuite/gdb.python/py-auto-load-chaining-f2.o-gdb.py create mode 100644 gdb/testsuite/gdb.python/py-auto-load-chaining.c create mode 100644 gdb/testsuite/gdb.python/py-auto-load-chaining.exp