source: EcnlProtoTool/trunk/musl-1.1.18/crt/arm/crti.S@ 444

Last change on this file since 444 was 444, checked in by coas-nagasima, 4 years ago

muslのソースコードを追加

  • Property svn:eol-style set to native
  • Property svn:keywords set to Id
  • Property svn:mime-type set to text/plain;charset=UTF-8
File size: 162 bytes
Line 
1.syntax unified
2
3.section .init
4.global _init
5.type _init,%function
6_init:
7 push {r0,lr}
8
9.section .fini
10.global _fini
11.type _fini,%function
12_fini:
13 push {r0,lr}
Note: See TracBrowser for help on using the repository browser.