Add MIPS .module directive
[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
7461da6e 12 .word 0
This page took 0.629247 seconds and 4 git commands to generate.