xref
: /
toolchain
/
binutils
/
binutils-2.27
/
ld
/
testsuite
/
ld-powerpc
/
ppc476-shared.lnk
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
SECTIONS
2
{
3
. = 0xfffc;
4
.text : { *(.text) }
5
.bss : { *(.bss) }
6
}
7