PR ld/16028

* ldmain.c (add_keepsyms_file): Close file at end of function.
This commit is contained in:
Nick Clifton 2013-10-09 16:30:02 +00:00
parent b707aa49bf
commit d9313f4f43
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2013-10-09 Nick Clifton <nickc@redhat.com>
PR ld/16028
* ldmain.c (add_keepsyms_file): Close file at end of function.
2013-10-03 Will Newton <will.newton@linaro.org>
* emulparams/aarch64elf.sh: Add IREL_IN_PLT.

View File

@ -744,6 +744,7 @@ add_keepsyms_file (const char *filename)
free (buf);
link_info.strip = strip_some;
fclose (file);
}
/* Callbacks from the BFD linker routines. */