MIPS/GAS/test: Fix an n32 `.reginfo' size test failure
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / pcrel-4.s
1 .data
2 .word foo-.
3 .word foo-(.-4)
4 .word foo+8-.
5 .word foo-.-16
6
This page took 0.031435 seconds and 4 git commands to generate.