Fix for native miscompilation
This commit is contained in:
parent
ade85305f8
commit
6abdf8e20d
6 changed files with 21 additions and 30 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue