Hello from mipsel

This commit is contained in:
phcoder 2009-10-10 13:30:14 +02:00
parent e27fbc80e4
commit de75aa3d67
8 changed files with 66 additions and 12 deletions

View file

@ -29,7 +29,7 @@ FNR == 1 {
if ($1 in symtab) {
modtab[module] = modtab[module] " " symtab[$1];
}
else {
else if ($1 != "__gnu_local_gp"){
printf "%s in %s is not defined\n", $1, module >"/dev/stderr";
error++;
exit;