Support different ld --hash-style in the ld testsuite
[deliverable/binutils-gdb.git] / ld / testsuite / ld-scripts / provide-2.t
CommitLineData
1b493742
NS
1SECTIONS
2{
1a9ccd70 3 . = SIZEOF_HEADERS;
1b493742
NS
4 PROVIDE (foo = 1);
5 PROVIDE (bar = 2);
6 PROVIDE (baz = 3);
391df1c0 7 .data 0x2000 :
1b493742
NS
8 {
9 *(.data)
10 }
11}
This page took 0.554203 seconds and 4 git commands to generate.