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 d2f4f6bf543 Use appropriate context flags for Wow64 processes new 4e943705e3e gprofng: fix build with -std=gnu23 new 3cfa137ca53 gdb: Introduce RAII signal handler setter
The 2 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/extension.c | 25 +------- gdb/record-full.c | 5 +- gdb/utils.c | 19 +----- gdbsupport/scoped_signal_handler.h | 73 ++++++++++++++++++++++ gprofng/common/cpuid.c | 2 + gprofng/libcollector/dispatcher.c | 2 +- gprofng/libcollector/libcol_util.c | 9 --- gprofng/libcollector/linetrace.c | 10 +-- gprofng/src/collector_module.h | 1 - gprofng/testsuite/gprofng.display/mttest/mttest.c | 2 +- .../testsuite/gprofng.display/synprog/endcases.c | 4 +- .../testsuite/gprofng.display/synprog/inc_inline.h | 2 +- .../testsuite/gprofng.display/synprog/synprog.c | 4 +- 13 files changed, 93 insertions(+), 65 deletions(-) create mode 100644 gdbsupport/scoped_signal_handler.h