ca6d1176f7
* configure.ac: Check for Sun symbol versioning. Check for memmove. * configure: Regenerate. * config.h.in: Regenerate. * Makefile.am [LIBSSP_USE_SYMVER]: Protect version_arg, version_dep with LIBSSP_USE_SYMVER_GNU. [LIBSSP_USE_SYMVER_SUN]: Handle Sun symbol versioning. * Makefile.in: Regenerate. * ssp.map: Reformat. * memmove-chk.c: Change guard to HAVE_MEMMOVE. From-SVN: r161699
23 lines
365 B
Plaintext
23 lines
365 B
Plaintext
LIBSSP_1.0 {
|
|
global:
|
|
__stack_chk_fail;
|
|
__stack_chk_guard;
|
|
__chk_fail;
|
|
__gets_chk;
|
|
__memcpy_chk;
|
|
__memmove_chk;
|
|
__mempcpy_chk;
|
|
__memset_chk;
|
|
__snprintf_chk;
|
|
__sprintf_chk;
|
|
__stpcpy_chk;
|
|
__strcat_chk;
|
|
__strcpy_chk;
|
|
__strncat_chk;
|
|
__strncpy_chk;
|
|
__vsnprintf_chk;
|
|
__vsprintf_chk;
|
|
local:
|
|
*;
|
|
};
|