summaryrefslogtreecommitdiff
path: root/gmon
diff options
context:
space:
mode:
Diffstat (limited to 'gmon')
-rw-r--r--gmon/Versions15
1 files changed, 15 insertions, 0 deletions
diff --git a/gmon/Versions b/gmon/Versions
new file mode 100644
index 0000000000..d546690b8e
--- /dev/null
+++ b/gmon/Versions
@@ -0,0 +1,15 @@
+libc {
+ GLIBC_2.0 {
+ # functions with special/multiple interfaces
+ _mcount;
+
+ # Profiling support
+ __monstartup; _mcleanup; __profile_frequency;
+
+ # m*
+ moncontrol; monstartup;
+
+ # p*
+ profil; profil_counter;
+ }
+}