mirror of
https://sourceware.org/git/glibc.git
synced 2025-10-12 19:04:54 +03:00
2003-03-02 Roland McGrath <roland@redhat.com>
* scripts/abilist.awk: Don't distinguish weak symbols in normal output.
This commit is contained in:
@@ -45,7 +45,9 @@ $2 == "g" || $2 == "w" && NF == 7 {
|
|||||||
next;
|
next;
|
||||||
}
|
}
|
||||||
|
|
||||||
desc = " " symbol " " (weak == "w" ? tolower(type) : type) size;
|
# Disabled -- weakness should not matter to shared library ABIs any more.
|
||||||
|
#if (weak == "w") type = tolower(type);
|
||||||
|
desc = " " symbol " " type size;
|
||||||
|
|
||||||
if (version in versions) {
|
if (version in versions) {
|
||||||
versions[version] = versions[version] "\n" desc;
|
versions[version] = versions[version] "\n" desc;
|
||||||
|
Reference in New Issue
Block a user