Blame sysdeps/init_array/crtn.S

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