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 5fa370e437 PR25236, common sym versioning new aa2d5a4229 Core file build-id support
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 | 18 ++ gdb/build-id.c | 30 ++- gdb/build-id.h | 12 +- gdb/corelow.c | 25 ++ gdb/testsuite/ChangeLog | 7 + .../corefile-buildid-shlib-shr.c} | 10 +- .../{solib-disc.c => corefile-buildid-shlib.c} | 27 +- .../gdb.base/{func-ptrs.c => corefile-buildid.c} | 41 ++-- gdb/testsuite/gdb.base/corefile-buildid.exp | 271 +++++++++++++++++++++ 9 files changed, 394 insertions(+), 47 deletions(-) copy gdb/testsuite/{gdb.server/sysroot.c => gdb.base/corefile-buildid-shlib-shr.c} (84%) copy gdb/testsuite/gdb.base/{solib-disc.c => corefile-buildid-shlib.c} (73%) copy gdb/testsuite/gdb.base/{func-ptrs.c => corefile-buildid.c} (65%) create mode 100644 gdb/testsuite/gdb.base/corefile-buildid.exp