MIPS/GAS: Use non-zero frag offset directly in PIC branch relaxation
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / elf-rel6.s
index 6735d7555fad0572d9edebf0312b693956f7b037..34c3a84b6ff8e8413704e9198be88cf5f75b7863 100644 (file)
@@ -13,6 +13,7 @@ bar:  .byte   3
 f:
        lb      $2,%gprel(bar)($3)
        lb      $2,%gprel(bar+1)($3)
+       lb      $2,%gprel(bar+0x1234)($3)
        .end    f
 
 # align section end to 16-byte boundary for easier testing on multiple targets
This page took 0.02377 seconds and 4 git commands to generate.