x86: Add DT_PLTRELSZ/DT_PLTREL/DT_JMPREL for PLT relocation
[deliverable/binutils-gdb.git] / ld / testsuite / ld-pe / cfia.s
1 .globl _mainCRTStartup
2 .globl _start
3 .text
4 _mainCRTStartup:
5 mainCRTStartup:
6 _start:
7 start:
8 .long -1
9
10 .cfi_sections .debug_frame
11 .section .text$abc,"x"
12 .linkonce discard
13 .align 2
14 .globl _tst
15 .def _tst; .scl 2; .type 32; .endef
16 _tst:
17 .cfi_startproc
18 .long 0
19 .cfi_def_cfa_offset 16
20 .cfi_offset 6, -16
21 .long 1
22 .cfi_def_cfa 7, 8
23 .cfi_restore 6
24 .long 2
25 .cfi_endproc
26
This page took 0.02932 seconds and 4 git commands to generate.