2001-07-04 H.J. Lu <hjl@gnu.org>
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / elf-rel3.s
CommitLineData
a90335ee
L
1 .data
2 .type x,@object
3 .size x,4
4x:
5 .word 0x12121212
6 .globl b
7 .type b,@object
8 .size b,8
9b:
594e740f 10 .word b+4
a90335ee 11 .word x
This page took 0.034495 seconds and 4 git commands to generate.