Copyright update for binutils
[binutils-gdb.git] / gas / testsuite / gas / mach-o / err-sections-2.s
1 # { dg-do assemble { target x86_64-*-darwin* } }
2
3 .symbol_stub
4 .lazy_symbol_pointer
5 .non_lazy_symbol_pointer
6
7 # { dg-error ".symbol_stub is not used for the selected target" "" { target x86_64-*-darwin* } 3 }
8 # { dg-error ".lazy_symbol_pointer is not used for the selected target" "" { target x86_64-*-darwin* } 4 }
9 # { dg-error ".non_lazy_symbol_pointer is not used for the selected target" "" { target x86_64-*-darwin* } 5 }