ld: Add tests for -z separate-code and -z noseparate-code
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / weak-dyn-1.ld
1 SECTIONS
2 {
3 . = SIZEOF_HEADERS;
4 . = 0x800000;
5 PROVIDE (bar = .);
6 .data : {
7 *(.data)
8 }
9 }
This page took 0.028975 seconds and 4 git commands to generate.