Browse Source

* ldfile.c (ldfile_try_open_bfd): Pop lexer start condition after

eof.
binutils-2_14-branch
Andreas Schwab 24 years ago
parent
commit
4f39e30283
  1. 5
      ld/ChangeLog
  2. 1
      ld/ldfile.c

5
ld/ChangeLog

@ -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>
* defilep.y (opt_base): If no number given, set to default

1
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;

Loading…
Cancel
Save