summaryrefslogtreecommitdiff
path: root/libc/gmon/Versions
diff options
context:
space:
mode:
authorgcc <gcc@7b3dc134-2b1b-0410-93df-9e9f96275f8d>2006-08-17 01:18:26 +0000
committergcc <gcc@7b3dc134-2b1b-0410-93df-9e9f96275f8d>2006-08-17 01:18:26 +0000
commit15f34685e7a9b5caf761af2ebf6afa20438d440b (patch)
treedc04ce3cdf040f198743c15b64557824de174680 /libc/gmon/Versions
parent1e848e0e775a36f6359161f5deb890942ef42ff3 (diff)
Import glibc-mainline for 2006-08-16
git-svn-id: svn://svn.eglibc.org/fsf/trunk@4 7b3dc134-2b1b-0410-93df-9e9f96275f8d
Diffstat (limited to 'libc/gmon/Versions')
-rw-r--r--libc/gmon/Versions22
1 files changed, 22 insertions, 0 deletions
diff --git a/libc/gmon/Versions b/libc/gmon/Versions
new file mode 100644
index 000000000..d0b63334f
--- /dev/null
+++ b/libc/gmon/Versions
@@ -0,0 +1,22 @@
+libc {
+ GLIBC_2.0 {
+ # functions with special/multiple interfaces
+ _mcount;
+
+ # Profiling support
+ __monstartup; _mcleanup; __profile_frequency;
+
+ # m*
+ monstartup;
+
+ # p*
+ profil; profil_counter;
+ }
+ GLIBC_2.2 {
+ # m*
+ moncontrol;
+ }
+ GLIBC_2.2.3 {
+ sprofil;
+ }
+}