1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-08-08 17:42:12 +03:00

Move __mcount_internal from GLIBC_PRIVATE to GLIBC_2.16

This commit is contained in:
Andreas Schwab
2012-05-02 10:24:39 +02:00
parent f34a1c6f5e
commit 173f722045
4 changed files with 30 additions and 0 deletions

View File

@@ -8,6 +8,9 @@ libc {
__fixsfdi; __fixunssfdi;
__floatdidf; __floatdisf;
}
GLIBC_2.16 {
__mcount_internal;
}
GLIBC_PRIVATE {
__mcount_internal;
}