* ldfile.c (ldfile_try_open_bfd): Pop lexer start condition after
eof.
This commit is contained in:
parent
3e1d7f19ec
commit
4f39e30283
2 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2003-03-19 Andreas Schwab <schwab@suse.de>
|
||||||
|
|
||||||
|
* ldfile.c (ldfile_try_open_bfd): Pop lexer start condition after
|
||||||
|
eof.
|
||||||
|
|
||||||
2003-03-18 Danny Smith <dannysmith@users.sourceforge,net>
|
2003-03-18 Danny Smith <dannysmith@users.sourceforge,net>
|
||||||
|
|
||||||
* defilep.y (opt_base): If no number given, set to default
|
* defilep.y (opt_base): If no number given, set to default
|
||||||
|
|
|
@ -220,6 +220,7 @@ ldfile_try_open_bfd (attempt, entry)
|
||||||
}
|
}
|
||||||
token = yylex ();
|
token = yylex ();
|
||||||
}
|
}
|
||||||
|
ldlex_popstate ();
|
||||||
ldfile_assumed_script = FALSE;
|
ldfile_assumed_script = FALSE;
|
||||||
fclose (yyin);
|
fclose (yyin);
|
||||||
yyin = NULL;
|
yyin = NULL;
|
||||||
|
|
Loading…
Reference in a new issue