OSDN Git Service

* collect2.c (scan_prog_file): Fix typo in message.
authorghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 29 Jun 2002 22:51:11 +0000 (22:51 +0000)
committerghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 29 Jun 2002 22:51:11 +0000 (22:51 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@55107 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/collect2.c

index 75d599d..b4e21ee 100644 (file)
@@ -1,3 +1,7 @@
+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.
index 26548b4..97f1597 100644 (file)
@@ -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.  */