Add a symbol and section table dump at the end of the listing.

This commit is contained in:
Olaf Seibert
2015-05-10 00:04:41 +02:00
parent 32b8059cf8
commit e55979b30d
4 changed files with 128 additions and 1 deletions

View File

@@ -388,6 +388,10 @@ int main(
if (errcount > 0)
fprintf(stderr, "%d Errors\n", errcount);
if (lstfile) {
list_symbol_table();
}
if (lstfile && strcmp(lstname, "-") != 0)
fclose(lstfile);