about summary refs log tree commit diff
path: root/sysdeps/ia64/Versions
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/ia64/Versions')
-rw-r--r--sysdeps/ia64/Versions7
1 files changed, 7 insertions, 0 deletions
diff --git a/sysdeps/ia64/Versions b/sysdeps/ia64/Versions
index 70a183cc02..6910566ac9 100644
--- a/sysdeps/ia64/Versions
+++ b/sysdeps/ia64/Versions
@@ -5,3 +5,10 @@ ld {
     _dl_function_address;
   }
 }
+libc {
+  GLIBC_2.2 {
+    # Functions from libgcc.
+    __divtf3; __divdf3; __divsf3; __divdi3; __moddi3; __udivdi3; __umoddi3;
+    __multi3;
+  }
+}