Commit 2310f1f8 by Danny Smith Committed by Danny Smith

dwarf2out.c (file_name_acquire): Correct typo.

	* dwarf2out.c (file_name_acquire): Correct typo.
	Formatting tweak to earlier ChangeLog entry.

From-SVN: r118171
parent 00f5f722
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.
......@@ -1426,7 +1430,7 @@
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>
......
......@@ -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)
{
......
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