Browse Source
to DW_CFA_advance_loc4. * gas/cfi/cfi-common-7.d: New test. * gas/cfi/cfi-common-7.s: New. * gas/cfi/cfi.exp: Add cfi-common-7 test.cgen-1_1-branch
6 changed files with 45 additions and 2 deletions
@ -0,0 +1,22 @@ |
|||
#readelf: -wf |
|||
#name: CFI common 7 |
|||
Contents of the .eh_frame section: |
|||
|
|||
00000000 00000010 00000000 CIE |
|||
Version: 1 |
|||
Augmentation: "zR" |
|||
Code alignment factor: .* |
|||
Data alignment factor: .* |
|||
Return address column: .* |
|||
Augmentation data: [01]b |
|||
|
|||
DW_CFA_nop |
|||
DW_CFA_nop |
|||
DW_CFA_nop |
|||
|
|||
00000014 000000(1c|20) 00000018 FDE cie=00000000 pc=.* |
|||
DW_CFA_advance_loc: 16 to .* |
|||
DW_CFA_def_cfa: r0( \([er]ax\)|) ofs 16 |
|||
DW_CFA_advance_loc4: 75031 to .* |
|||
DW_CFA_def_cfa: r0( \([er]ax\)|) ofs 64 |
|||
#... |
|||
@ -0,0 +1,6 @@ |
|||
.cfi_startproc simple |
|||
.skip 16 |
|||
.cfi_def_cfa 0, 16 |
|||
.skip 75031 |
|||
.cfi_def_cfa 0, 64 |
|||
.cfi_endproc |
|||
Loading…
Reference in new issue