* ld-scripts/empty-address-3a.d, ld-scripts/empty-address-3b.d:
[deliverable/binutils-gdb.git] / ld / testsuite / ld-scripts / provide-3.t
CommitLineData
1b493742
NS
1SECTIONS
2{
3 .data :
4 {
5 LONG (foo)
6 LONG (bar)
7 *(.data)
8 }
9 foo = .;
10 bar = .;
11}
This page took 0.237605 seconds and 4 git commands to generate.