cleanup
This commit is contained in:
parent
bd7390ee84
commit
a60f6ee1ac
15 changed files with 131 additions and 343 deletions
|
@ -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") {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue