eof.
@ -1,3 +1,8 @@
2003-03-19 Andreas Schwab <schwab@suse.de>
* ldfile.c (ldfile_try_open_bfd): Pop lexer start condition after
2003-03-18 Danny Smith <dannysmith@users.sourceforge,net>
* defilep.y (opt_base): If no number given, set to default
@ -220,6 +220,7 @@ ldfile_try_open_bfd (attempt, entry)
}
token = yylex ();
ldlex_popstate ();
ldfile_assumed_script = FALSE;
fclose (yyin);
yyin = NULL;