Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 3023 → Rev 3027

/trunk/boot/arch/mips32/loader/_link.ld.in.binary/_link.ld.in
1,3 → 1,7
OUTPUT_FORMAT("binary")
ENTRY(start)
SECTIONS {
.boot 0xbfc00000: AT (0) {
*(BOOTSTRAP);
*(.text);
12,3 → 16,6
*(.bss); /* uninitialized static variables */
*(COMMON); /* global variables */
*(.reginfo);
[[COMPONENTS]]
}
}