* gas/m68hc11/insns.s: Don't use .comm for stack symbol so that objdump
[deliverable/binutils-gdb.git] / gas / testsuite / gas / m88k / init.s
1 ; Test proper padding of the .init section
2 section .init,"x"
3 align 4
4 subu r31,r31,16
5 st r13,r31,32
This page took 0.032398 seconds and 4 git commands to generate.