]> Git Repo - binutils.git/blob - binutils/testsuite/binutils-all/link-order.s
Automatic date update in version.in
[binutils.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.024011 seconds and 4 git commands to generate.