diff options
| author | Dan Albert <danalbert@google.com> | 2015-06-17 11:09:54 -0700 |
|---|---|---|
| committer | Dan Albert <danalbert@google.com> | 2015-06-17 14:15:22 -0700 |
| commit | f378ebf14df0952eae870c9865bab8326aa8f137 (patch) | |
| tree | 31794503eb2a8c64ea5f313b93100f1163afcffb /gcc-4.3.1/libssp/ssp.map | |
| parent | 2c58169824949d3a597d9fa81931e001ef9b1bd0 (diff) | |
| download | toolchain_gcc-f378ebf14df0952eae870c9865bab8326aa8f137.tar.gz toolchain_gcc-f378ebf14df0952eae870c9865bab8326aa8f137.tar.bz2 toolchain_gcc-f378ebf14df0952eae870c9865bab8326aa8f137.zip | |
Delete old versions of GCC.
Change-Id: I710f125d905290e1024cbd67f48299861790c66c
Diffstat (limited to 'gcc-4.3.1/libssp/ssp.map')
| -rw-r--r-- | gcc-4.3.1/libssp/ssp.map | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/gcc-4.3.1/libssp/ssp.map b/gcc-4.3.1/libssp/ssp.map deleted file mode 100644 index 76c233562..000000000 --- a/gcc-4.3.1/libssp/ssp.map +++ /dev/null @@ -1,9 +0,0 @@ -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: - *; -}; |
