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 cb51113052 Suppress the "unused function" warning for select_strerror_r new 26b911fb64 Add gdb_compile_openmp to lib/gdb.exp new bb47f919bf Add gdb_caching_proc support_nested_function_tests to lib/gdb.exp new 4c12d93600 OpenMP parallel region scope tests
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/testsuite/ChangeLog | 15 ++ gdb/testsuite/gdb.threads/omp-par-scope.c | 166 ++++++++++++++++ gdb/testsuite/gdb.threads/omp-par-scope.exp | 290 ++++++++++++++++++++++++++++ gdb/testsuite/lib/gdb.exp | 30 ++- 4 files changed, 499 insertions(+), 2 deletions(-) create mode 100644 gdb/testsuite/gdb.threads/omp-par-scope.c create mode 100644 gdb/testsuite/gdb.threads/omp-par-scope.exp