NetBSD/lib/libc/misc
joerg 54eae2a123 PR 51654: Don't initialize _dlauxinfo for static binaries.
Emacs likes save all memory of the main binary and the first run of
_libc_init via .init will get the wrong (old) value of __ps_strings.
By avoiding the initialization of _dlauxinfo for shared applications,
it will be touched only by the _libc_init call from crt0.o itself,
at which point __ps_strings is correct.
2017-06-17 15:26:44 +00:00
..
Makefile.inc
initfini.c PR 51654: Don't initialize _dlauxinfo for static binaries. 2017-06-17 15:26:44 +00:00
stack_protector.c