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 985e0264516 PR27725, better objcopy -p times new 54b4dcc530f gdb: refactor the initialization file lookup code new 92e4e97a9f5 gdb: process early initialization files and command line options new 5809fbf2e28 gdb: add "set startup-quietly" command
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 | 33 +++ gdb/NEWS | 19 ++ gdb/config.in | 3 + gdb/configure | 6 + gdb/configure.ac | 3 + gdb/doc/ChangeLog | 14 ++ gdb/doc/gdb.texinfo | 129 ++++++++++- gdb/main.c | 253 +++++++++++++++------ gdb/testsuite/ChangeLog | 11 + .../{inferior-noarg.c => early-init-file.c} | 2 +- gdb/testsuite/gdb.base/early-init-file.exp | 148 ++++++++++++ gdb/testsuite/lib/gdb-utils.exp | 1 + gdb/top.c | 33 +++ gdb/top.h | 5 + 14 files changed, 585 insertions(+), 75 deletions(-) copy gdb/testsuite/gdb.base/{inferior-noarg.c => early-init-file.c} (98%) create mode 100644 gdb/testsuite/gdb.base/early-init-file.exp