mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-28 00:21:52 +03:00
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.
This commit is contained in:
@ -61,7 +61,10 @@ BEGIN {
|
||||
# current library. This is the only place where we print something to
|
||||
# the intermediate file.
|
||||
/^ / {
|
||||
printf("%s %s %s\n", actlib, actver, $0) | sort;
|
||||
sortver=actver
|
||||
# Ensure GLIBC_ versions come always first
|
||||
sub(/^GLIBC_/," GLIBC_",sortver)
|
||||
printf("%s %s %s\n", actlib, sortver, $0) | sort;
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user