forked from contiki-os/contiki
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Modified some glitches in startup code, and introduced additional typ…
…edefs required in the current version.
- Loading branch information
matsutsuka
committed
Jul 2, 2008
1 parent
1586d8f
commit 29b17c6
Showing
2 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,14 +7,12 @@ | |
;;; | ||
;;; \author | ||
;;; Takahide Matsutsuka <[email protected]> | ||
;;; | ||
;;; $Id: crt0.S,v 1.3 2008/07/02 07:13:22 matsutsuka Exp $ | ||
;;; | ||
.module crt0 | ||
.globl _main | ||
|
||
.area _HEADER (ABS) | ||
.org 0 | ||
jp init | ||
|
||
;; Ordering of segments for the linker. | ||
.area _HOME | ||
.area _CODE | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters