PR binutils/12467
[binutils.git] / gold / testsuite / split_x86_64_2.s
blob0559bbc0ff4678dda8381a7f009babbb83f6fdac
1 # split_x86_64_2.s: x86_64 specific, -fsplit-stack calling non-split
3 .text
5 .global fn1
6 .type fn1,@function
7 fn1:
8 cmp %fs:0x70,%rsp
9 jae 1f
10 callq __morestack
11 retq
13 callq fn3
14 retq
16 .size fn1,. - fn1
18 .global fn2
19 .type fn2,@function
20 fn2:
21 lea -0x200(%rsp),%r10
22 cmp %fs:0x70,%r10
23 jae 1f
24 callq __morestack
25 retq
27 callq fn3
28 retq
30 .size fn2,. - fn2
32 .section .note.GNU-stack,"",@progbits
33 .section .note.GNU-split-stack,"",@progbits