]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Version definitions.
authorUlrich Drepper <drepper@redhat.com>
Thu, 2 Jul 1998 22:33:35 +0000 (22:33 +0000)
committerUlrich Drepper <drepper@redhat.com>
Thu, 2 Jul 1998 22:33:35 +0000 (22:33 +0000)
sysdeps/alpha/Versions [new file with mode: 0644]
sysdeps/alpha/fpu/Versions [new file with mode: 0644]
sysdeps/unix/sysv/linux/alpha/Versions [new file with mode: 0644]
sysdeps/unix/sysv/linux/mips/Versions [new file with mode: 0644]

diff --git a/sysdeps/alpha/Versions b/sysdeps/alpha/Versions
new file mode 100644 (file)
index 0000000..c7c1f04
--- /dev/null
@@ -0,0 +1,7 @@
+libc {
+  GLIBC_2.0 {
+    # functions with special/multiple interfaces
+    __divqu; __remqu; __divqs; __remqs; __divlu; __remlu; __divls;
+    __remls; __divl; __reml; __divq; __remq; __divqu; __remqu;
+  }
+}
diff --git a/sysdeps/alpha/fpu/Versions b/sysdeps/alpha/fpu/Versions
new file mode 100644 (file)
index 0000000..fa3d810
--- /dev/null
@@ -0,0 +1,6 @@
+libc {
+  GLIBC_2.0 {
+    # functions used in other libraries
+    __ieee_get_fp_control; __ieee_set_fp_control;
+  }
+}
diff --git a/sysdeps/unix/sysv/linux/alpha/Versions b/sysdeps/unix/sysv/linux/alpha/Versions
new file mode 100644 (file)
index 0000000..ad49040
--- /dev/null
@@ -0,0 +1,49 @@
+libc {
+  GLIBC_2.0 {
+    # Unfortunately in wider use.
+    _inb; _inw; _inl; _outb; _outw; _outl; _bus_base; _bus_base_sparse;
+    _hae_shift;
+
+    # b*
+    bus_base; bus_base_sparse;
+
+    # h*
+    hae_shift;
+
+    # i*
+    inb; inl; inw; ioperm; iopl;
+
+    # o*
+    outb; outl; outw;
+
+    # p*
+    pciconfig_read; pciconfig_write; sethae;
+  }
+  GLIBC_2.1 {
+    # Linux/Alpha 64-bit timeval functions.
+    __select; select;
+    adjtime; adjtimex; __adjtimex;
+    __gettimeofday;
+
+    # glob interface change
+    glob; globfree;
+
+    # limit type change
+    getrusage;
+
+    # time type change
+    gettimeofday;
+
+    # i*
+    ieee_get_fp_control; ieee_set_fp_control;
+
+    # s*
+    setitimer; settimeofday;
+
+    # u*
+    utimes;
+
+    # w*
+    wait4;
+  }
+}
diff --git a/sysdeps/unix/sysv/linux/mips/Versions b/sysdeps/unix/sysv/linux/mips/Versions
new file mode 100644 (file)
index 0000000..11614a4
--- /dev/null
@@ -0,0 +1,9 @@
+libc {
+  GLIBC_2.0 {
+    # c*
+    cachectl; cacheflush;
+
+    # s*
+    sysmips;
+  }
+}