diff options
author | Ulrich Drepper <drepper@redhat.com> | 2001-12-06 07:59:42 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2001-12-06 07:59:42 +0000 |
commit | 1e06620a7b9c6c65284c52b4625eabd23b14c77c (patch) | |
tree | 6d1669a4982b2ce02d5cba2cb8c68452a281f829 /Versions.def | |
parent | f5e6e2ee301eaf4ba89399a30418e777c0d0f9d7 (diff) | |
download | glibc-1e06620a7b9c6c65284c52b4625eabd23b14c77c.tar.gz glibc-1e06620a7b9c6c65284c52b4625eabd23b14c77c.tar.xz glibc-1e06620a7b9c6c65284c52b4625eabd23b14c77c.zip |
Update.
* string/tester.c: Add tests for strcasecmp and strncasecmp. * Versions.def (libc): Add GCC_3.0. __deregister_frame_info_bases, _Unwind_Find_FDE): Add for GCC_3.0.
Diffstat (limited to 'Versions.def')
-rw-r--r-- | Versions.def | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Versions.def b/Versions.def index 830a610e0b..a5829cf98c 100644 --- a/Versions.def +++ b/Versions.def @@ -17,6 +17,9 @@ libc { %ifdef USE_IN_LIBIO HURD_CTHREADS_0.3 %endif +%ifdef EXPORT_UNWIND_FIND_FDE + GCC_3.0 +%endif } libcrypt { GLIBC_2.0 |