blob: fc403b7ce52cbb3995adef22c0ca2728a2d0e792 [file] [log] [blame]
.text
.globl _start
.type _start,@function
_start:
mov.l .L1, r0
mov.l @(r0,r12), r1
.align 2
.L1:
.long foo@GOTFUNCDESC
.type foo,@function
foo:
nop