Add support for Andes NDS32:
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mach-o / err-sections-1.s
CommitLineData
ab76eeaf
IS
1# { dg-do assemble { target x86_64-*-darwin* } }
2
3 .section __a,__b,symbol_stubs,strip_static_syms,4
4 .section __a,__c,lazy_symbol_pointers,strip_static_syms,4
5 .section __a,__d,non_lazy_symbol_pointers,strip_static_syms,4
6
7# { dg-error "unknown or invalid section type .symbol_stubs." "" { target x86_64-*-darwin* } 3 }
8# { dg-error "unknown or invalid section type .lazy_symbol_pointers." "" { target x86_64-*-darwin* } 4 }
9# { dg-error "unknown or invalid section type .non_lazy_symbol_pointers." "" { target x86_64-*-darwin* } 5 }
This page took 0.097016 seconds and 4 git commands to generate.