| 588 |
if(strncmp(sym.name, ".Linfo_string", 13) == 0) // clang does this |
588 |
if(sym.name[0] == '\0' || strncmp(sym.name, ".Linfo_string", 13) == 0) // clang does this |
| 590 |
diag("%s: sym#%d: ignoring %s in section %d (type %d)", pn, i, sym.name, sym.shndx, sym.type); |
590 |
diag("%s: sym#%d: ignoring %s in section %d (type %d)", pn, i, sym.name, sym.shndx, sym.type); |