diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-06-15 08:10:09 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-06-15 08:10:09 +0000 |
commit | fcf81e8144c6a985f6949f37e91ef6cfe575d02d (patch) | |
tree | 996a4a4a37e14579a01a4e7e0e95e40fa7321909 | |
parent | 18b149d8b5ca6884922583339b752bdcee7ffaa5 (diff) | |
download | glibc-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-- | ChangeLog | 1 | ||||
-rw-r--r-- | sysdeps/mach/hurd/i386/Versions | 8 |
2 files changed, 9 insertions, 0 deletions
@@ -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; + } +} |