comparison libssp/ssp.map @ 67:f6334be47118

update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
author nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
date Tue, 22 Mar 2011 17:18:12 +0900
parents a06113de4d67
children
comparison
equal deleted inserted replaced
65:65488c3d617d 67:f6334be47118
1 LIBSSP_1.0 { 1 LIBSSP_1.0 {
2 global: 2 global:
3 __stack_chk_fail; __stack_chk_guard; __chk_fail; 3 __stack_chk_fail;
4 __gets_chk; __memcpy_chk; __memmove_chk; __mempcpy_chk; __memset_chk; 4 __stack_chk_guard;
5 __snprintf_chk; __sprintf_chk; __stpcpy_chk; __strcat_chk; __strcpy_chk; 5 __chk_fail;
6 __strncat_chk; __strncpy_chk; __vsnprintf_chk; __vsprintf_chk; 6 __gets_chk;
7 __memcpy_chk;
8 __memmove_chk;
9 __mempcpy_chk;
10 __memset_chk;
11 __snprintf_chk;
12 __sprintf_chk;
13 __stpcpy_chk;
14 __strcat_chk;
15 __strcpy_chk;
16 __strncat_chk;
17 __strncpy_chk;
18 __vsnprintf_chk;
19 __vsprintf_chk;
7 local: 20 local:
8 *; 21 *;
9 }; 22 };