source: EcnlProtoTool/trunk/musl-1.1.18/crt/arm/crtn.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: 88 bytes
Line 
1.syntax unified
2
3.section .init
4 pop {r0,lr}
5 bx lr
6
7.section .fini
8 pop {r0,lr}
9 bx lr
Note: See TracBrowser for help on using the repository browser.