MIPS/GAS: Use non-zero frag offset directly in PIC branch relaxation
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / li.s
index 9c3a6018ad859e776ffc19fc7b1529f1e1b5b787..3e69f7393b0e08dd6df95d5b14d10e412c929344 100644 (file)
@@ -8,5 +8,6 @@ foo:
        li      $4,0x10000
        li      $4,0x1a5a5
 
-# Round to a 16 byte boundary, for ease in testing multiple targets.
-       nop
+# Force at least 8 (non-delay-slot) zero bytes, to make 'objdump' print ...
+       .align  2
+       .space  8
This page took 0.023318 seconds and 4 git commands to generate.