mirror of git://sourceware.org/git/glibc.git
The _dl_sysdep_parse_arguments function contains initalization of a large on-stack variable: dl_parse_auxv_t auxv_values = { 0, }; This uses a non-inline version of memset on powerpc64le-linux-gnu, so it must use the baseline memset. |
||
---|---|---|
.. | ||
linux |