Missing ChangeLog entry from commit 60ef20e28534cf093d5bd799b3830c68381bb27f.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-powerpc / vle.ld
1 SECTIONS
2 {
3 . = 0x01800000 + SIZEOF_HEADERS;
4 .text : { *(.text) }
5 .PPC.EMB.sdata0 : { *(.PPC.EMB.sdata0) }
6 .sdata2 : { PROVIDE (_SDA2_BASE_ = 32768); *(.sdata2) }
7 . = ALIGN (0x10000) + (. & (0x10000 - 1));
8 .data : { *(.data) }
9 .sdata : { PROVIDE (_SDA_BASE_ = 32768); *(.sdata) }
10 /DISCARD/ : { *(*) }
11 }
This page took 0.030219 seconds and 4 git commands to generate.