Update.
authorUlrich Drepper <drepper@redhat.com>
Thu, 15 Jun 2000 08:10:09 +0000 (08:10 +0000)
committerUlrich Drepper <drepper@redhat.com>
Thu, 15 Jun 2000 08:10:09 +0000 (08:10 +0000)
* sysdeps/mach/hurd/i386/Versions: ...and here.  New file.

ChangeLog
sysdeps/mach/hurd/i386/Versions [new file with mode: 0644]

index 597b24d..fd23e11 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -10,6 +10,7 @@
        * sysdeps/unix/sysv/linux/powerpc/Versions: ...to here...
        * sysdeps/unix/sysv/linux/sparc/sparc32/Versions: ...and here.
        New file.
+       * sysdeps/mach/hurd/i386/Versions: ...and here.  New file.
 
        * locale/programs/ld-ctype.c (allocate_arrays): Correct a comment.
 
diff --git a/sysdeps/mach/hurd/i386/Versions b/sysdeps/mach/hurd/i386/Versions
new file mode 100644 (file)
index 0000000..2d3061b
--- /dev/null
@@ -0,0 +1,8 @@
+libc {
+  GLIBC_2.0 {
+    # Exception handling support functions from libgcc
+    __register_frame; __register_frame_table; __deregister_frame;
+    __register_frame_info; __deregister_frame_info; __frame_state_for;
+    __register_frame_info_table;
+  }
+}