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:
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user