diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-06-15 07:01:02 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-06-15 07:01:02 +0000 |
commit | 18b149d8b5ca6884922583339b752bdcee7ffaa5 (patch) | |
tree | 5f40466bbec545782b21ebb461f38c5ff4e5ed7f /sysdeps/unix/sysv/linux/sparc/sparc32 | |
parent | 9ca237652adc775e89a7f9f91076b0ac413c684e (diff) | |
download | glibc-18b149d8b5ca6884922583339b752bdcee7ffaa5.tar.gz glibc-18b149d8b5ca6884922583339b752bdcee7ffaa5.tar.xz glibc-18b149d8b5ca6884922583339b752bdcee7ffaa5.zip |
Update.
* login/Makefile (utmpd): Remove rule to build utmpd. * csu/Versions: Move libgcc frame handling functions from here... * sysdeps/unix/sysv/linux/alpha/Versions: ...to here... * sysdeps/unix/sysv/linux/arm/Versions: ...to here... * sysdeps/unix/sysv/linux/i386/Versions: ...to here... * sysdeps/unix/sysv/linux/m68k/Versions: ...to here... * sysdeps/unix/sysv/linux/powerpc/Versions: ...to here... * sysdeps/unix/sysv/linux/sparc/sparc32/Versions: ...and here. New file.
Diffstat (limited to 'sysdeps/unix/sysv/linux/sparc/sparc32')
-rw-r--r-- | sysdeps/unix/sysv/linux/sparc/sparc32/Versions | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/linux/sparc/sparc32/Versions b/sysdeps/unix/sysv/linux/sparc/sparc32/Versions new file mode 100644 index 0000000000..2d3061bad5 --- /dev/null +++ b/sysdeps/unix/sysv/linux/sparc/sparc32/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; + } +} |