Automatic date update in version.in
[deliverable/binutils-gdb.git] / ld / testsuite / ld-powerpc / vle.ld
1 SECTIONS
2 {
3 . = 0x01800000 + SIZEOF_HEADERS;
4 .text : { *(.text) }
5 .sdata2 : { PROVIDE (_SDA2_BASE_ = 32768); *(.sdata2) }
6 . = ALIGN (0x10000) + (. & (0x10000 - 1));
7 .data : { *(.data) }
8 .sdata : { PROVIDE (_SDA_BASE_ = 32768); *(.sdata) }
9 . = 0xffff8000;
10 .PPC.EMB.sdata0 : { *(.PPC.EMB.sdata0) }
11 /DISCARD/ : { *(*) }
12 }
This page took 0.031046 seconds and 4 git commands to generate.