This commit is contained in:
BVK Chaitanya 2010-06-03 11:52:33 +05:30
parent bd7390ee84
commit a60f6ee1ac
15 changed files with 131 additions and 343 deletions

View file

@ -22,10 +22,7 @@ BEGIN {
{
module = $2
# skip if empty
if ($1 == "" || $2 == "")
;
else if ($1 in symtab) {
if ($1 in symtab) {
modtab[module] = modtab[module] " " symtab[$1];
}
else if ($1 != "__gnu_local_gp") {