aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-06-15 08:10:09 +0000
committerUlrich Drepper <drepper@redhat.com>2000-06-15 08:10:09 +0000
commitfcf81e8144c6a985f6949f37e91ef6cfe575d02d (patch)
tree996a4a4a37e14579a01a4e7e0e95e40fa7321909
parent18b149d8b5ca6884922583339b752bdcee7ffaa5 (diff)
downloadglibc-fcf81e8144c6a985f6949f37e91ef6cfe575d02d.tar
glibc-fcf81e8144c6a985f6949f37e91ef6cfe575d02d.tar.gz
glibc-fcf81e8144c6a985f6949f37e91ef6cfe575d02d.tar.bz2
glibc-fcf81e8144c6a985f6949f37e91ef6cfe575d02d.zip
Update.
* sysdeps/mach/hurd/i386/Versions: ...and here. New file.
-rw-r--r--ChangeLog1
-rw-r--r--sysdeps/mach/hurd/i386/Versions8
2 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 597b24d37b..fd23e11028 100644
--- 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
index 0000000000..2d3061bad5
--- /dev/null
+++ b/sysdeps/mach/hurd/i386/Versions
@@ -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;
+ }
+}