summaryrefslogtreecommitdiff
path: root/ld/ldfile.c
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@linux-m68k.org>2003-03-19 09:56:06 +0000
committerAndreas Schwab <schwab@linux-m68k.org>2003-03-19 09:56:06 +0000
commit053cf9b62398d4b7728216143c5cced9f5576499 (patch)
treee86a9a956c3b200844997c00fb36358ba70ee197 /ld/ldfile.c
parentf54fe35946450bf1962560def34aef635ed17666 (diff)
downloadbinutils-redhat-053cf9b62398d4b7728216143c5cced9f5576499.tar.gz
* ldfile.c (ldfile_try_open_bfd): Pop lexer start condition after
eof.
Diffstat (limited to 'ld/ldfile.c')
-rw-r--r--ld/ldfile.c1
1 files changed, 1 insertions, 0 deletions
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;