gas/
[binutils.git] / gas / testsuite / gas / cfi / cfi-i386-2.s
blob811220b5652676eddde0d344d2d84e5cc18295cf
1 .text
2 .globl foo
3 .type foo,@function
4 .cfi_startproc
5 foo:
6 push %ebp
7 .cfi_adjust_cfa_offset 4
8 .cfi_offset %ebp, -8
9 .align 4
10 push %ebx
11 .cfi_offset %ebx, -12
12 .cfi_adjust_cfa_offset 4
13 nop
14 pop %ebx
15 pop %ebp
16 ret
17 .cfi_endproc