Yet more hppa testuite tweaks for hppa-linux.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / hppa / reloc / r_no_reloc.s
CommitLineData
252b5132
RH
1 .COPYRIGHT "MetaWare Incorporated, 1992"
2 .VERSION "hc2.6a -O1 t3.c\n"
3
a91f57fd 4 .data
252b5132 5 .ALIGN 8
4b6341e9 6$L00DATA:
252b5132
RH
7 .ALIGN 8
8 .EXPORT s
4b6341e9 9s:
252b5132
RH
10 .WORD 0x0
11 .BLOCKZ 786425
12 .BLOCKZ 7
13
a91f57fd 14 .code
4b6341e9
AM
15L$001.3:
16g: .PROC
252b5132
RH
17 .CALLINFO FRAME=0,NO_CALLS
18 .ENTRY
19 ;ldo 120(%r0),%r28 --> to delay slot
20 bv %r0(%r2)
21 .EXIT
22 ldo 120(%r0),%r28
23 .PROCEND
24
25
a91f57fd 26 .data
252b5132
RH
27 .ALIGN 4
28 .EXPORT l
4b6341e9 29l:
252b5132
RH
30 .WORD P'g
31 .IMPORT common,DATA ; common section, size=0
32 .IMPORT $global$,DATA
33 .EXPORT g,ENTRY,PRIV_LEV=3,RTNVAL=GR
34 .END
This page took 0.051327 seconds and 4 git commands to generate.