fix how start object is linked

This commit is contained in:
maralvira 2010-11-07 14:52:23 +00:00
parent f38598ce9f
commit 8385536c41

View file

@ -18,7 +18,7 @@ HEAP_SIZE = 1024;
PROVIDE (__executable_start = 0x00400000); . = 0x00400000; PROVIDE (__executable_start = 0x00400000); . = 0x00400000;
.text : .text :
{ {
*start*.o (.text) *(.start)
*(.irq) *(.irq)
*(.text .stub .text.* .gnu.linkonce.t.*) *(.text .stub .text.* .gnu.linkonce.t.*)
/* .gnu.warning sections are handled specially by elf32.em. */ /* .gnu.warning sections are handled specially by elf32.em. */