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 5b3d3560e9e Minor Python simplifications new 8768c3e3629 Add get_standard_config_dir function new 64aaad6349d gdb: use get_standard_config_dir when looking for .gdbinit new 74d877e5221 gdb: new function to wrap up executing command line scripts [...]
The 3 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 | 10 +++ gdb/NEWS | 6 ++ gdb/auto-load.c | 27 +++++-- gdb/doc/ChangeLog | 9 +++ gdb/doc/gdb.texinfo | 207 ++++++++++++++++++++++++++++++------------------ gdb/main.c | 67 ++++++---------- gdbsupport/ChangeLog | 5 ++ gdbsupport/pathstuff.cc | 81 +++++++++++++++++++ gdbsupport/pathstuff.h | 37 +++++++++ 9 files changed, 324 insertions(+), 125 deletions(-)