[AArch64] Warn on load pair to same 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.469036 seconds and 4 git commands to generate.