PR gas/20649: MIPS: Fix GOT16/LO16 reloc pairing with comdat sections
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mri / common.s
CommitLineData
252b5132
RH
1; Test MRI common sections
2 common com1
3 ds.l 1
4com2 common 00
5 ds.l 1
6incom ds.l 1
7 common com1
8 ds.l 1
9 data
10 dc.l com1
11 dc.l incom
This page took 0.866023 seconds and 4 git commands to generate.