mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-03-04 07:27:54 +00:00
* ldfile.c (ldfile_find_command_file): Initialize result.
This commit is contained in:
parent
35d35f1f4e
commit
32252ac19e
@ -1,3 +1,7 @@
|
||||
2009-04-06 Kazu Hirata <kazu@codesourcery.com>
|
||||
|
||||
* ldfile.c (ldfile_find_command_file): Initialize result.
|
||||
|
||||
2009-04-06 Kazu Hirata <kazu@codesourcery.com>
|
||||
|
||||
* ld.texinfo (-L): Mention that -L options do not affect how ld
|
||||
|
@ -552,7 +552,7 @@ ldfile_find_command_file (const char *name, const char *extend,
|
||||
bfd_boolean default_only)
|
||||
{
|
||||
search_dirs_type *search;
|
||||
FILE *result;
|
||||
FILE *result = NULL;
|
||||
char *buffer;
|
||||
static search_dirs_type *script_search;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user