crtn.S 561 B

12345678910111213
  1. /* Dummy crtn file.
  2. In this configuration, crti.o and crtn.o are both empty because the
  3. .init_array/.fini_array sections are used exclusively.
  4. Older ports cannot use this because even if the linker used to
  5. build libc itself has .init_array support, we don't want to produce
  6. a crt[in].o that presume a linker that new will be used to link
  7. other things later.
  8. But new configurations without compatibility concerns for
  9. toolchains without .init_array support can use this to avoid the
  10. superfluous .init and .fini boilerplate code. */