Add crti to startfile.

This commit is contained in:
Mark Salter 2002-02-05 18:11:13 +00:00
parent 4fa60ba901
commit 61bc57ac89
2 changed files with 2 additions and 2 deletions

View File

@ -4,5 +4,5 @@
-T redboot.ld%s -Ttext 0xA0020000 %(old_link)
*startfile:
crtbegin%O%s redboot-crt0%O%s redboot-syscalls%O%s
crti%O%s crtbegin%O%s redboot-crt0%O%s redboot-syscalls%O%s

View File

@ -4,5 +4,5 @@
-T redboot.ld%s -Ttext 0x20000 %(old_link)
*startfile:
crtbegin%O%s redboot-crt0%O%s redboot-syscalls%O%s
crti%O%s crtbegin%O%s redboot-crt0%O%s redboot-syscalls%O%s