* gas/s390/reloc.d: Add tests for the new gotoff, gotplt and pltoff
[deliverable/binutils-gdb.git] / gas / testsuite / gas / s390 / reloc.s
1 .text
2 foo:
3 mvc 0(test_R_390_8,%r1),0(%r2)
4 l %r0,test_R_390_12(%r1,%r2)
5 lhi %r0,test_R_390_16
6 .long test_R_390_32
7 .long test_R_390_PC32-foo
8 l %r0,test_R_390_GOT12@GOT(%r1,%r2)
9 .long test_R_390_GOT32@GOT
10 .long test_R_390_PLT32@PLT
11 lhi %r0,test_R_390_GOT16@GOT
12 lhi %r0,test_R_390_PC16-foo
13 bras %r14,test_R_390_PC16DBL
14 bras %r14,test_R_390_PLT16DBL
15 lhi %r0,test_R_390_GOTOFF16@GOTOFF
16 .long test_R_390_GOTOFF32@GOTOFF
17 lhi %r0,test_R_390_PLTOFF16@PLTOFF
18 .long test_R_390_PLTOFF32@PLTOFF
19 l %r0,test_R_390_GOTPLT12@GOTPLT(%r1,%r2)
20 lhi %r0,test_R_390_GOTPLT16@GOTPLT
21 .long test_R_390_GOTPLT32@GOTPLT
This page took 0.030376 seconds and 4 git commands to generate.