Fix linker tests to work with 16-bit targets.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-pe / cfib.s
1 .cfi_sections .debug_frame
2 .section .text$abc,"x"
3 .linkonce discard
4 .align 2
5 .globl _tst
6 .def _tst; .scl 2; .type 32; .endef
7 _tst:
8 .cfi_startproc
9 .long 0
10 .cfi_def_cfa_offset 16
11 .cfi_offset 6, -16
12 .long 1
13 .cfi_def_cfa 7, 8
14 .cfi_restore 6
15 .long 2
16 .cfi_endproc
This page took 0.032491 seconds and 4 git commands to generate.