Add option -yl1 to list pass 1 as well

Normally listing is suppressed during the first pass, because there are
many unresolved symbols, which will be better in pass 2.
Errors are also suppressed because most of them are spurious.

With the -yl1 option, listing during pass 1 is not suppressed.
If you give the option twice, you also get the error messages.
This commit is contained in:
Olaf Seibert
2015-05-10 01:12:36 +02:00
parent 21b5f2269f
commit 2c091595e9
3 changed files with 15 additions and 3 deletions

View File

@@ -35,6 +35,8 @@ extern int list_level; /* Listing control level. .LIST
extern FILE *lstfile;
extern int list_pass_0; /* Also list what happens during the first pass */
#endif