Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 3011 → Rev 2925

/branches/tracing/uspace/lib/libc/arch/ia32/_link.ld.in
7,9 → 7,9
}
 
SECTIONS {
. = 0x1000 + SIZEOF_HEADERS;
. = 0x1000;
 
.init : {
.init ALIGN(0x1000) : SUBALIGN(0x1000) {
*(.init);
} :text
.text : {
16,10 → 16,8
*(.text);
*(.rodata*);
} :text
 
. = . + 0x1000;
 
.data : {
.data ALIGN(0x1000) : SUBALIGN(0x1000) {
*(.data);
} :data
.tdata : {