1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-28 00:21:52 +03:00

Update ABI information

This commit is contained in:
Ulrich Drepper
2012-01-07 19:23:45 -05:00
parent a2693a0e2e
commit 00bbd29b35
19 changed files with 818 additions and 344 deletions

View File

@ -74,6 +74,11 @@ $2 == "g" || $2 == "w" && NF == 7 {
type = "F";
size = "";
}
else if (type == "iD" && $4 == ".text") {
# Indirect functions.
type = "F";
size = "";
}
else {
desc = symbol " " version " " weak " ? " type " " $4 " " $5;
}