This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch users/jremus/sframe-v3_v2-fixups in repository binutils-gdb.
from e86a858af82 fixup! [SFrame-V3] libsframe: textual dump of fde type SFRA [...] new 53cc90d93a7 fix comments [SFrame-V3] libsframe: testsuite: add new argu [...] new 665e10dd6ec libsframe: testsuite: add new testcase findfre-flex-1 new 60aa21b8c45 bugfix [SFrame-V3] gas: sframe: output new FDE type SFRAME_ [...] new 695f94ad521 libsframe: testsuite: add new test for V3 endian flipping b [...] new 70eed88fa38 bugfix [SFrame-V3] gas: sframe: doc: testsuite: add new com [...] new f0474f0d8a8 fix [SFrame-V3] ld: discard sframe sections when --discard-sframe
The 6 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/as.c | 1 + gas/gen-sframe.c | 35 ++++--- .../gas/cfi-sframe/cfi-sframe-common-1d.s | 1 - ld/emulparams/aarch64elf.sh | 1 - ld/emulparams/aarch64linux.sh | 1 - ld/emultempl/aarch64elf.em | 7 ++ ld/testsuite/ld-aarch64/aarch64-elf.exp | 1 + .../sframe-command-line-1.d | 2 +- ld/testsuite/ld-s390/s390.exp | 1 + .../{ld-x86-64 => ld-s390}/sframe-command-line-1.d | 2 +- libsframe/Makefile.in | 68 ++++++++++++++ libsframe/sframe.c | 32 +++---- libsframe/testsuite/libsframe.decode/DATA-BE-V3 | Bin 0 -> 77 bytes .../libsframe.decode/README-be-flipping-v3 | 58 ++++++++++++ .../{be-flipping.c => be-flipping-v3.c} | 66 ++++++++----- libsframe/testsuite/libsframe.decode/decode.exp | 6 ++ libsframe/testsuite/libsframe.decode/local.mk | 7 +- libsframe/testsuite/libsframe.find/find.exp | 4 + .../{findfre-1.c => findfre-flex-1.c} | 103 ++++++++++++--------- libsframe/testsuite/libsframe.find/local.mk | 6 +- 20 files changed, 297 insertions(+), 105 deletions(-) copy ld/testsuite/{ld-x86-64 => ld-aarch64}/sframe-command-line-1.d (72%) copy ld/testsuite/{ld-x86-64 => ld-s390}/sframe-command-line-1.d (72%) create mode 100644 libsframe/testsuite/libsframe.decode/DATA-BE-V3 create mode 100644 libsframe/testsuite/libsframe.decode/README-be-flipping-v3 copy libsframe/testsuite/libsframe.decode/{be-flipping.c => be-flipping-v3.c} (52%) copy libsframe/testsuite/libsframe.find/{findfre-1.c => findfre-flex-1.c} (62%)