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 b59f8a90ba0 ld/testsuite: allow to force another directory for gcc linker new 07bb02de723 gdb/testsuite: Add a proc to test where compiler links the [...] new d5bcff0343a Change gdb.base/skip-solib.exp deal with lack of epilogue i [...] new 4037b4191a0 gdb/testsuite: fix testing gdb.base/skip-inline.exp with clang new 8d215439f66 gdb/testsuite: fix gdb.base/msym-bp-shl when running with Clang new 53d4a55bebf fix gdb.base/jit-elf.exp when testing with clang new 7e1cd467b5c gdb.base/skip.exp: Use finish to exit functions new 9c5f314314e gdb/testsuite: Add test to step through function epilogue
The 7 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/testsuite/gdb.base/jit-elf.exp | 2 +- gdb/testsuite/gdb.base/msym-bp-shl-main-2.c | 2 +- gdb/testsuite/gdb.base/skip-inline.exp | 107 ++++++++++++--------- gdb/testsuite/gdb.base/skip-solib-lib.c | 3 +- gdb/testsuite/gdb.base/skip-solib-main.c | 3 +- gdb/testsuite/gdb.base/skip.exp | 34 +++---- .../gdb.base/{return.c => step-through-epilogue.c} | 37 +++---- gdb/testsuite/gdb.base/step-through-epilogue.exp | 98 +++++++++++++++++++ gdb/testsuite/lib/gdb.exp | 32 ++++++ 9 files changed, 228 insertions(+), 90 deletions(-) copy gdb/testsuite/gdb.base/{return.c => step-through-epilogue.c} (72%) create mode 100644 gdb/testsuite/gdb.base/step-through-epilogue.exp