This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch users/jremus/sframe-v3-c1-s390x in repository binutils-gdb.
discards 2ee045d01ec TODO discards 25b5c556297 s390: gas: sframe: add handling for .cfi_register for FP and RA discards 09bc6247420 s390: sframe: partially revert "[SFrame-V3] include: sframe [...] discards 1bb7fd27d0f s390: sframe: gas: translate specific CFI directives for SF [...] discards dc40933a053 gas: sframe: output new FDE type SFRAME_FDE_TYPE_FLEX_TOPMO [...] discards a05460fed71 libsframe: textual dump of fde type SFRAME_FDE_TYPE_FLEX_TO [...] new 93d6ae28587 fixup! [SFrame-V3] gas: sframe: add handling for .cfi_regis [...] new 1e07492e6d1 TEST: s390: sframe: Represent .cfi_register FP/RA using SFr [...] new 436a9ed3ef9 Revert "TEST: s390: sframe: Represent .cfi_register FP/RA u [...] new f102ed875f0 libsframe: textual dump of fde type SFRAME_FDE_TYPE_FLEX_TO [...] new 1f68ebf063f gas: sframe: output new FDE type SFRAME_FDE_TYPE_FLEX_TOPMO [...] new 4ff286f43ad s390: gas: sframe: Represent .cfi_register FP/RA using FLEX [...] new af833d11630 TODO: fixup! s390: gas: sframe: Represent .cfi_register FP/ [...] new b4e5e9e6700 s390: sframe: gas: Represent .cfi_def_cfa[_register] for no [...] new 9a39216b87e TODO: fixup! s390: sframe: gas: Represent .cfi_def_cfa[_reg [...] new 34fae694f64 TODO
This update added new revisions after undoing existing revisions. That is to say, some revisions that were in the old version of the branch are not in the new version. This situation occurs when a user --force pushes a change and generates a repository containing something like this:
* -- * -- B -- O -- O -- O (2ee045d01ec) \ N -- N -- N refs/heads/users/jremus/sframe-v3-c1-s390x (34fae694f64)
You should already have received notification emails for all of the O revisions, and so the following emails describe only the N revisions from the common base, B.
Any revisions marked "omits" are not gone; other references still refer to them. Any revisions marked "discards" are gone forever.
The 10 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/gen-sframe.c | 51 +++++++++++++++++----- gas/gen-sframe.h | 7 +-- .../gas/cfi-sframe/cfi-sframe-s390x-err-1.d | 15 ------- .../gas/cfi-sframe/cfi-sframe-s390x-err-2.d | 15 ------- .../cfi-sframe/cfi-sframe-s390x-fpra-register-1.d | 4 +- .../cfi-sframe/cfi-sframe-s390x-fpra-register-2.d | 4 +- ...s390x-1.d => cfi-sframe-s390x-non-spfp-cfa-1.d} | 11 ++--- ...x-err-1.s => cfi-sframe-s390x-non-spfp-cfa-1.s} | 0 ...s390x-1.d => cfi-sframe-s390x-non-spfp-cfa-2.d} | 11 ++--- ...x-err-2.s => cfi-sframe-s390x-non-spfp-cfa-2.s} | 0 gas/testsuite/gas/cfi-sframe/cfi-sframe.exp | 4 +- 11 files changed, 62 insertions(+), 60 deletions(-) delete mode 100644 gas/testsuite/gas/cfi-sframe/cfi-sframe-s390x-err-1.d delete mode 100644 gas/testsuite/gas/cfi-sframe/cfi-sframe-s390x-err-2.d copy gas/testsuite/gas/cfi-sframe/{cfi-sframe-s390x-1.d => cfi-sframe-s390x-non-sp [...] rename gas/testsuite/gas/cfi-sframe/{cfi-sframe-s390x-err-1.s => cfi-sframe-s390x- [...] copy gas/testsuite/gas/cfi-sframe/{cfi-sframe-s390x-1.d => cfi-sframe-s390x-non-sp [...] rename gas/testsuite/gas/cfi-sframe/{cfi-sframe-s390x-err-2.s => cfi-sframe-s390x- [...]