From 00bbd29b35717f0de8b97e5b1e6fd3e979808ec3 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sat, 7 Jan 2012 19:23:45 -0500 Subject: Update ABI information --- scripts/abilist.awk | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'scripts') diff --git a/scripts/abilist.awk b/scripts/abilist.awk index a042ce7..6a08839 100644 --- a/scripts/abilist.awk +++ b/scripts/abilist.awk @@ -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; } -- cgit v1.1