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