aboutsummaryrefslogtreecommitdiff
path: root/gcc/toplev.c
diff options
context:
space:
mode:
authorRainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>2010-09-08 17:28:53 +0000
committerRainer Orth <ro@gcc.gnu.org>2010-09-08 17:28:53 +0000
commit86923f6edb34c6604caa139129c49088404dd684 (patch)
tree2220f135a28cc8528801771e36056036515f181f /gcc/toplev.c
parentda1cc2e401dc4255a636911c37dd85ab6fc04066 (diff)
downloadgcc-86923f6edb34c6604caa139129c49088404dd684.zip
gcc-86923f6edb34c6604caa139129c49088404dd684.tar.gz
gcc-86923f6edb34c6604caa139129c49088404dd684.tar.bz2
toplev.c (output_stack_usage): Use lbasename instead of basename.
* toplev.c (output_stack_usage): Use lbasename instead of basename. From-SVN: r164010
Diffstat (limited to 'gcc/toplev.c')
-rw-r--r--gcc/toplev.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/toplev.c b/gcc/toplev.c
index 8aa1822..5995798 100644
--- a/gcc/toplev.c
+++ b/gcc/toplev.c
@@ -1644,7 +1644,7 @@ output_stack_usage (void)
fprintf (stack_usage_file,
"%s:%d:%d:%s\t"HOST_WIDE_INT_PRINT_DEC"\t%s\n",
- basename (loc.file),
+ lbasename (loc.file),
loc.line,
loc.column,
id,