home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Il CD di internet
/
CD.iso
/
SOURCE
/
D
/
LIBC
/
LIBC-4.6
/
LIBC-4
/
libc-linux
/
sysdeps
/
linux
/
i386
/
crt
/
crtn.S
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1994-11-09
|
264 b
|
10 lines
# This file contains stuff that goes at the end of the .init and .fini
# sections. The idea is that the linker simply strings together the init
# sections from the various input files, and this end up at the end.
.section .init
ret $0
.section .fini
ret $0