mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-12-12 11:49:08 +08:00
Oops - test files accidentally omitted from previous deltas
This commit is contained in:
18
binutils/testsuite/binutils-all/x86-64/objdump-sframe-01.d
Normal file
18
binutils/testsuite/binutils-all/x86-64/objdump-sframe-01.d
Normal file
@@ -0,0 +1,18 @@
|
||||
#PROG:objcopy
|
||||
#name: objdump dump SFrame section .sframe2
|
||||
#source: sframe-func.s
|
||||
#as: --gsframe
|
||||
#objcopy: --rename-section .sframe=.sframe2
|
||||
#objdump: --sframe=.sframe2
|
||||
#target: x86_64-*-*
|
||||
#xfail: ![gas_sframe_check]
|
||||
|
||||
#...
|
||||
Header :
|
||||
|
||||
Version: SFRAME_VERSION_2
|
||||
Flags: SFRAME_F_FDE_FUNC_START_PCREL
|
||||
CFA fixed RA offset: -8
|
||||
Num FDEs: 1
|
||||
Num FREs: 4
|
||||
#pass
|
||||
18
binutils/testsuite/binutils-all/x86-64/readelf-sframe-01.d
Normal file
18
binutils/testsuite/binutils-all/x86-64/readelf-sframe-01.d
Normal file
@@ -0,0 +1,18 @@
|
||||
#PROG:objcopy
|
||||
#name: readelf dump SFrame section .sframe2
|
||||
#source: sframe-func.s
|
||||
#as: --gsframe
|
||||
#objcopy: --rename-section .sframe=.sframe2
|
||||
#readelf: --sframe=.sframe2
|
||||
#target: x86_64-*-*
|
||||
#xfail: ![gas_sframe_check]
|
||||
|
||||
#...
|
||||
Header :
|
||||
|
||||
Version: SFRAME_VERSION_2
|
||||
Flags: SFRAME_F_FDE_FUNC_START_PCREL
|
||||
CFA fixed RA offset: -8
|
||||
Num FDEs: 1
|
||||
Num FREs: 4
|
||||
#pass
|
||||
11
binutils/testsuite/binutils-all/x86-64/sframe-func.s
Normal file
11
binutils/testsuite/binutils-all/x86-64/sframe-func.s
Normal file
@@ -0,0 +1,11 @@
|
||||
.cfi_sections .sframe
|
||||
.cfi_startproc
|
||||
.long 8
|
||||
.cfi_def_cfa_offset 16
|
||||
.cfi_offset 6, -16
|
||||
.long 8
|
||||
.cfi_def_cfa_register 6
|
||||
.long 8
|
||||
.cfi_def_cfa 7, 8
|
||||
.long 8
|
||||
.cfi_endproc
|
||||
Reference in New Issue
Block a user