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