mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-02 04:27:46 +08:00
PR ld/16028
* ldmain.c (add_keepsyms_file): Close file at end of function.
This commit is contained in:
@ -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>
|
2013-10-03 Will Newton <will.newton@linaro.org>
|
||||||
|
|
||||||
* emulparams/aarch64elf.sh: Add IREL_IN_PLT.
|
* emulparams/aarch64elf.sh: Add IREL_IN_PLT.
|
||||||
|
@ -744,6 +744,7 @@ add_keepsyms_file (const char *filename)
|
|||||||
|
|
||||||
free (buf);
|
free (buf);
|
||||||
link_info.strip = strip_some;
|
link_info.strip = strip_some;
|
||||||
|
fclose (file);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Callbacks from the BFD linker routines. */
|
/* Callbacks from the BFD linker routines. */
|
||||||
|
Reference in New Issue
Block a user