fix how start object is linked
This commit is contained in:
parent
f38598ce9f
commit
8385536c41
|
@ -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. */
|
||||||
|
|
Loading…
Reference in a new issue