* config/tc-mips.h (mips_relax_frag): Take segment as argument.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / relax.s
CommitLineData
594e740f
L
1# Source file used to test relaxation.
2
3 .text
4foo:
5 move $2, $3 # just something
6 .space 0x20000 # to make a 128kb loop body
7 beq $2, $3, foo
This page took 0.08715 seconds and 4 git commands to generate.