gas: run the hwcaps-bump tests with 64-bit sparc objects only.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-scripts / provide-2.t
CommitLineData
1b493742
NS
1SECTIONS
2{
3 PROVIDE (foo = 1);
4 PROVIDE (bar = 2);
5 PROVIDE (baz = 3);
391df1c0 6 .data 0x2000 :
1b493742
NS
7 {
8 *(.data)
9 }
10}
This page took 0.521156 seconds and 4 git commands to generate.