Add __atan2 for libm and GLIBC_2.0.
authorUlrich Drepper <drepper@redhat.com>
Wed, 20 Jan 1999 09:23:32 +0000 (09:23 +0000)
committerUlrich Drepper <drepper@redhat.com>
Wed, 20 Jan 1999 09:23:32 +0000 (09:23 +0000)
sysdeps/alpha/Versions

index c7c1f04..76b67a6 100644 (file)
@@ -5,3 +5,9 @@ libc {
     __remls; __divl; __reml; __divq; __remq; __divqu; __remqu;
   }
 }
+libm {
+  GLIBC_2.0 {
+    # used in inline functions.
+    __atan2;
+  }
+}