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;
.text :
{
*start*.o (.text)
*(.start)
*(.irq)
*(.text .stub .text.* .gnu.linkonce.t.*)
/* .gnu.warning sections are handled specially by elf32.em. */