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:
Text File  |  1994-11-09  |  264 b   |  10 lines

  1. # This file contains stuff that goes at the end of the .init and .fini
  2. # sections.  The idea is that the linker simply strings together the init
  3. # sections from the various input files, and this end up at the end.
  4.  
  5.     .section .init
  6.     ret $0
  7.  
  8.     .section .fini
  9.     ret $0
  10.