ld: Add tests for -z separate-code and -z noseparate-code
[deliverable/binutils-gdb.git] / ld / testsuite / ld-powerpc / sdabase2.t
1 SECTIONS
2 {
3 .text 0x100 : { *(.text) }
4 .sdata 0x400 : { PROVIDE (_SDA_BASE_ = .); *(.sdata) }
5 /DISCARD/ : { *(*) }
6 }
This page took 0.029272 seconds and 4 git commands to generate.