mirror of
https://sourceware.org/git/glibc.git
synced 2026-01-06 11:51:29 +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