Start each pass with .DSABL LSB

otherwise the end of pass 1 carries over into pass 2, which messes with
the ranges of local symbols.
This commit is contained in:
Olaf Seibert
2021-04-18 15:18:38 +02:00
parent 22fdaedded
commit 2753b081cc
3 changed files with 30 additions and 6 deletions

View File

@@ -203,6 +203,7 @@ void prepare_pass(int this_pass, STACK *stack, int nr_files, char **fnames)
suppressed = 0;
enabl_lc = 1;
enabl_lcm = 0;
enabl_lsb = 0;
enabl_ama = opt_enabl_ama;
}