s390 assembler improvements and testsuite
[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
This page took 0.032057 seconds and 4 git commands to generate.