Copyright update for binutils
[binutils-gdb.git] / gas / testsuite / gas / mach-o / warn-1.s
1 # { dg-do assemble }
2
3 .lcomm align_too_big,9,100
4 .comm outofrangealign, 9, 17
5
6 # { dg-warning "Alignment \\(100\\) too large: 15 assumed" "" { target *-*-darwin*} 3 }
7 # { dg-warning "Alignment \\(17\\) too large: 15 assumed" "" { target *-*-darwin*} 4 }