OSDN Git Service

Fix no pic
[uclinux-h8/uClinux-dist.git] / uClibc / libc / sysdeps / linux / sparc / crtn.S
1         .file   "initfini.c"
2         
3         .section .init
4         .align 4
5         .global _init
6         .type   _init, %function
7         .proc   020
8         ret
9         restore
10         
11         .section .fini
12         .align 4
13         .global _fini
14         .type   _fini, %function
15         .proc   020
16         ret
17         restore