Add support for Andes NDS32:
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mach-o / err-syms-3.s
CommitLineData
b22161d6
IS
1# { dg-do assemble }
2
3 .weak_definition a
4a: .space 1
5
6b: .space 1
7 .weak_definition b
8
9# { dg-error ".a. can.t be a weak_definition .currently only supported in sections of type coalesced." "" { target *-*-darwin*} 4 }
10# { dg-error ".b. can.t be a weak_definition .currently only supported in sections of type coalesced." "" { target *-*-darwin*} 7 }
This page took 0.096788 seconds and 4 git commands to generate.