x86-64: fix handling of PUSH/POP of segment register
[deliverable/binutils-gdb.git] / gas / testsuite / gas / cfi / cfi-i386-2.s
CommitLineData
a4447b93
RH
1 .text
2 .globl foo
3 .type foo,@function
4 .cfi_startproc
5foo:
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
This page took 0.701925 seconds and 4 git commands to generate.