Commit 86923f6e by Rainer Orth Committed by Rainer Orth

toplev.c (output_stack_usage): Use lbasename instead of basename.

	* toplev.c (output_stack_usage): Use lbasename instead of
	basename.

From-SVN: r164010
parent da1cc2e4
2010-09-08 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
* toplev.c (output_stack_usage): Use lbasename instead of
basename.
2010-09-08 Martin Jambor <mjambor@suse.cz> 2010-09-08 Martin Jambor <mjambor@suse.cz>
PR other/45443 PR other/45443
......
...@@ -1644,7 +1644,7 @@ output_stack_usage (void) ...@@ -1644,7 +1644,7 @@ output_stack_usage (void)
fprintf (stack_usage_file, fprintf (stack_usage_file,
"%s:%d:%d:%s\t"HOST_WIDE_INT_PRINT_DEC"\t%s\n", "%s:%d:%d:%s\t"HOST_WIDE_INT_PRINT_DEC"\t%s\n",
basename (loc.file), lbasename (loc.file),
loc.line, loc.line,
loc.column, loc.column,
id, id,
......
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