Commit 1691051f by Kaveh R. Ghazi Committed by Kaveh Ghazi

* collect2.c (scan_prog_file): Fix typo in message.

From-SVN: r55107
parent 7bfb14f1
2002-06-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* collect2.c (scan_prog_file): Fix typo in message.
2002-06-28 Aaron Lehmann <aaronl@vitelus.com>
* fold-cont.c: Remove unused CHARMASK.
......
......@@ -2135,7 +2135,7 @@ scan_prog_file (prog_name, which_pass)
fatal_perror ("close %d", pipe_fd[1]);
execv (nm_file_name, real_nm_argv);
fatal_perror ("execvp %s", nm_file_name);
fatal_perror ("execv %s", nm_file_name);
}
/* Parent context from here on. */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment