[Patch ]Fix bintest.s failure after previous AArch64 map symbol commit
[deliverable/binutils-gdb.git] / binutils / testsuite / binutils-all / link-order.s
1 .text
2 .align 16
3 .global foo#
4 .proc foo#
5 foo:
6 .prologue 2, 2
7 .vframe r2
8 mov r2 = r12
9 .body
10 .restore sp
11 mov r12 = r2
12 br.ret.sptk.many b0
13 .endp foo#
This page took 0.030073 seconds and 4 git commands to generate.