From: Ian Lance Taylor Date: Fri, 6 May 1994 19:21:00 +0000 (+0000) Subject: * ldfile.c (ldfile_open_command_file): Set bfd_error_system_call X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5acce559f491f063e94f54dd41f50ad73d8c3645;p=binutils-gdb.git * ldfile.c (ldfile_open_command_file): Set bfd_error_system_call before calling einfo, since we are reporting an fopen failure. From jrs@world.std.com (Rick Sladkey). --- diff --git a/ld/ChangeLog b/ld/ChangeLog index 41d650e84a6..1604c33a609 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,5 +1,9 @@ Fri May 6 15:15:35 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com) + * ldfile.c (ldfile_open_command_file): Set bfd_error_system_call + before calling einfo, since we are reporting an fopen failure. + From jrs@world.std.com (Rick Sladkey). + * configure.in: Use "e" rather than "em_" as prefix for emulations.