mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-24 02:03:35 +08:00
Make sure GLIBC_ versions come first.
This commit is contained in:
parent
a8aa369cc8
commit
4d8abc5328
@ -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;
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user