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 41ef7afa972 Fix: ld testsuite: 'Version' pattern grabs 'Version5 EABI', [...] new 5c18eb6bb54 gdb: some additional filename styling new 95cb8bf72b6 gdb: use archive name in warning when appropriate new b09dba5a5fc gdb: remove use of a static buffer for building error strings new 3d38b301bb5 gdb: remove print_sys_errmsg new f2c4f78c813 gdb: fix reread_symbols when an objfile has target: prefix
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/inflow.c | 3 +- gdb/main.c | 7 +- gdb/procfs.c | 32 ++-- gdb/source.c | 18 +-- gdb/symfile.c | 37 +++-- gdb/testsuite/gdb.base/catch-syscall.exp | 4 +- gdb/testsuite/gdb.dwarf2/imported-unit.exp | 2 +- .../target-exec-file.c} | 0 gdb/testsuite/gdb.server/target-exec-file.exp | 174 +++++++++++++++++++++ gdb/utils.c | 9 +- gdb/utils.h | 8 +- gdb/windows-nat.c | 2 +- 12 files changed, 241 insertions(+), 55 deletions(-) copy gdb/testsuite/{gdb.multi/gdb-settings.c => gdb.server/target-exec-file.c} (100%) create mode 100644 gdb/testsuite/gdb.server/target-exec-file.exp