* ldfile.c (ldfile_open_command_file_1): Return after einfo
to avoid warning.
This commit is contained in:
parent
c54e2ec142
commit
3ab6909a0c
@ -1,3 +1,8 @@
|
|||||||
|
2013-03-07 Alan Modra <amodra@gmail.com>
|
||||||
|
|
||||||
|
* ldfile.c (ldfile_open_command_file_1): Return after einfo
|
||||||
|
to avoid warning.
|
||||||
|
|
||||||
2013-03-05 Corinna Vinschen <vinschen@redhat.com>
|
2013-03-05 Corinna Vinschen <vinschen@redhat.com>
|
||||||
|
|
||||||
* configure.host: Add x86_64-*-cygwin* as valid host.
|
* configure.host: Add x86_64-*-cygwin* as valid host.
|
||||||
|
@ -602,6 +602,7 @@ ldfile_open_command_file_1 (const char *name, bfd_boolean default_only)
|
|||||||
{
|
{
|
||||||
bfd_set_error (bfd_error_system_call);
|
bfd_set_error (bfd_error_system_call);
|
||||||
einfo (_("%P%F: cannot open linker script file %s: %E\n"), name);
|
einfo (_("%P%F: cannot open linker script file %s: %E\n"), name);
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
lex_push_file (ldlex_input_stack, name, sysrooted);
|
lex_push_file (ldlex_input_stack, name, sysrooted);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user