gdb: add target_ops::supports_displaced_step
[deliverable/binutils-gdb.git] / gold / testsuite / split_x32_3.s
CommitLineData
4fc1b9d4
L
1# split_x32_3.s: x32 specific, adjustment failure
2
3 .text
4
5 .global fn1
6 .type fn1,@function
7fn1:
8 push %rbp
9 mov %esp,%ebp
10 cmp %fs:0x40,%esp
11 jae 1f
12 callq __morestack
13 retq
141:
15 callq fn3
16 leaveq
17 retq
18
19 .size fn1,. - fn1
20
21 .section .note.GNU-stack,"",@progbits
22 .section .note.GNU-split-stack,"",@progbits
This page took 0.26552 seconds and 4 git commands to generate.