* gas/s390/reloc.d: Add tests for the new gotoff, gotplt and pltoff
[deliverable/binutils-gdb.git] / gas / testsuite / gas / s390 / reloc.s
index fa898cb9eb5670859cb86ff10117c7cbb0d6ed3a..05b0f179d14843653332af88b473ec9d865b681c 100644 (file)
@@ -12,3 +12,10 @@ foo:
        lhi     %r0,test_R_390_PC16-foo
        bras    %r14,test_R_390_PC16DBL
        bras    %r14,test_R_390_PLT16DBL
+       lhi     %r0,test_R_390_GOTOFF16@GOTOFF
+       .long   test_R_390_GOTOFF32@GOTOFF
+       lhi     %r0,test_R_390_PLTOFF16@PLTOFF
+       .long   test_R_390_PLTOFF32@PLTOFF
+       l       %r0,test_R_390_GOTPLT12@GOTPLT(%r1,%r2)
+       lhi     %r0,test_R_390_GOTPLT16@GOTPLT
+       .long   test_R_390_GOTPLT32@GOTPLT
This page took 0.024852 seconds and 4 git commands to generate.