Switch to GPLv3
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mmix / err-local1.s
1 % { dg-do assemble { target mmix-*-* } }
2 % Check that error handling for the restrictions on LOCAL works.
3 LOCAL 128 % { dg-error "LOCAL must be placed in code or data" "" }
4
5 LOC Data_Segment
6 OCTA 0
This page took 0.029298 seconds and 4 git commands to generate.