diff options
Diffstat (limited to 'binutils-2.24/gas/testsuite/gas/mips/beq.s')
-rw-r--r-- | binutils-2.24/gas/testsuite/gas/mips/beq.s | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/binutils-2.24/gas/testsuite/gas/mips/beq.s b/binutils-2.24/gas/testsuite/gas/mips/beq.s index d9e4c60..785f9ed 100644 --- a/binutils-2.24/gas/testsuite/gas/mips/beq.s +++ b/binutils-2.24/gas/testsuite/gas/mips/beq.s @@ -12,10 +12,12 @@ text_label: # bne is handled by the same code as beq. Just sanity check. bne $4,0,text_label +.ifndef r6 # Test that branches which overflow are converted to jumps. .space 0x20000 b text_label bal text_label +.endif # Branch to an external label. # b external_label |