From 053cf9b62398d4b7728216143c5cced9f5576499 Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Wed, 19 Mar 2003 09:56:06 +0000 Subject: * ldfile.c (ldfile_try_open_bfd): Pop lexer start condition after eof. --- ld/ldfile.c | 1 + 1 file changed, 1 insertion(+) (limited to 'ld/ldfile.c') diff --git a/ld/ldfile.c b/ld/ldfile.c index 84795e1f68..34e468e380 100644 --- a/ld/ldfile.c +++ b/ld/ldfile.c @@ -220,6 +220,7 @@ ldfile_try_open_bfd (attempt, entry) } token = yylex (); } + ldlex_popstate (); ldfile_assumed_script = FALSE; fclose (yyin); yyin = NULL; -- cgit v1.2.1