]> gcc.gnu.org Git - gcc.git/commitdiff
dwarf2out.c (file_name_acquire): Correct typo.
authorDanny Smith <dannysmith@users.sourceforge.net>
Mon, 30 Oct 2006 03:18:57 +0000 (03:18 +0000)
committerDanny Smith <dannysmith@gcc.gnu.org>
Mon, 30 Oct 2006 03:18:57 +0000 (03:18 +0000)
* dwarf2out.c (file_name_acquire): Correct typo.
Formatting tweak to earlier ChangeLog entry.

From-SVN: r118171

gcc/ChangeLog
gcc/dwarf2out.c

index 91dc9e81aabfd5f30a840d973a12e638c73f784d..def4fca1deb54528631053ffc7c21a9f6f61d39d 100644 (file)
@@ -1,3 +1,7 @@
+2006-10-30  Danny Smith  <dannysmith@users.sourceforge.net>
+
+       * dwarf2out.c (file_name_acquire): Correct typo.
+
 2006-10-29  Daniel Berlin  <dberlin@dberlin.org>
 
        * tree.h (tree_value_handle): Remove struct value_set declaration.      
 
 2006-10-06  Danny Smith  <dannysmith@users.sourceforge.net>
 
-       config/i386/mingw32.h (GOMP_SELF_SPECS): Add -mthreads for openmp.
+       config/i386/mingw32.h (GOMP_SELF_SPECS): Add -mthreads for openmp.
 
 2006-10-06  Jakub Jelinek  <jakub@redhat.com>
 
index 2b0de938f5021c309ac471efc707e7b551eb706d..0ba0220d958c7fc8de158e45e07ab27fe258afa8 100644 (file)
@@ -7669,7 +7669,7 @@ file_name_acquire (void ** slot, void *data)
   f = strrchr (f, DIR_SEPARATOR);
 #if defined (DIR_SEPARATOR_2)
   {
-    char *g = strrchr (files[i].path, DIR_SEPARATOR_2);
+    char *g = strrchr (fi->path, DIR_SEPARATOR_2);
 
     if (g != NULL)
       {
This page took 0.087908 seconds and 5 git commands to generate.