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 96c1bcb38bc gdb, gdbserver: Add missing install-dvi Makefile target new a1c6a60cc55 gas: gcfg: add_bb_at_ginsn must return root_bb new f1c5d46cae3 gas: scfi: bugfixes for SCFI state propagation
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: gas/ginsn.c | 101 +++++++++++++++------ gas/scfi.c | 20 ++-- .../gas/scfi/x86_64/{scfi-cfg-1.d => scfi-cfg-4.d} | 22 +++-- .../x86_64/{scfi-callee-saved-1.l => scfi-cfg-4.l} | 0 gas/testsuite/gas/scfi/x86_64/scfi-cfg-4.s | 42 +++++++++ .../x86_64/{scfi-asm-marker-3.d => scfi-cfg-5.d} | 17 +++- .../x86_64/{scfi-callee-saved-1.l => scfi-cfg-5.l} | 0 gas/testsuite/gas/scfi/x86_64/scfi-cfg-5.s | 32 +++++++ gas/testsuite/gas/scfi/x86_64/scfi-x86-64.exp | 4 + 9 files changed, 191 insertions(+), 47 deletions(-) copy gas/testsuite/gas/scfi/x86_64/{scfi-cfg-1.d => scfi-cfg-4.d} (50%) copy gas/testsuite/gas/scfi/x86_64/{scfi-callee-saved-1.l => scfi-cfg-4.l} (100%) create mode 100644 gas/testsuite/gas/scfi/x86_64/scfi-cfg-4.s copy gas/testsuite/gas/scfi/x86_64/{scfi-asm-marker-3.d => scfi-cfg-5.d} (60%) copy gas/testsuite/gas/scfi/x86_64/{scfi-callee-saved-1.l => scfi-cfg-5.l} (100%) create mode 100644 gas/testsuite/gas/scfi/x86_64/scfi-cfg-5.s