Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 3030 → Rev 2925

/branches/tracing/uspace/lib/libc/arch/mips32/_link.ld.in
7,9 → 7,9
}
 
SECTIONS {
. = 0x4000 + SIZEOF_HEADERS;
. = 0x4000;
.init : {
.init ALIGN(0x4000) : SUBALIGN(0x4000) {
*(.init);
} :text
.text : {
17,8 → 17,6
*(.rodata*);
} :text
 
. = . + 0x4000;
 
.data : {
*(.data);
*(.data.rel*);