diff options
author | John van Groningen | 2003-05-06 11:13:31 +0000 |
---|---|---|
committer | John van Groningen | 2003-05-06 11:13:31 +0000 |
commit | 85414cb1916d02bea79ee806faf953eccd0db9ca (patch) | |
tree | 1601a5f9c0eb8c581a3cddafa37e9c9973bcb2f4 /crti.s | |
parent | Standard project directories initialized by cvs2svn. (diff) |
no message
Diffstat (limited to 'crti.s')
-rw-r--r-- | crti.s | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -0,0 +1,11 @@ + .seg ".init" + .globl _init + .type _init,#function +_init: + save %sp,-96,%sp + + .seg ".fini" + .globl _fini + .type _fini,#function +_fini: + save %sp,-96,%sp |