Commit 3ca48b3e by H.J. Lu Committed by H.J. Lu

libgcov.c (gcov_exit): Set prefix_length to 0 if no relocation is needed.

2005-05-11  H.J. Lu  <hongjiu.lu@intel.com>

	* libgcov.c (gcov_exit): Set prefix_length to 0 if no relocation
	is needed.

From-SVN: r99584
parent 78f4111d
2005-05-11 H.J. Lu <hongjiu.lu@intel.com>
* libgcov.c (gcov_exit): Set prefix_length to 0 if no relocation
is needed.
2005-05-11 Kazu Hirata <kazu@cs.umass.edu>
* fold-const.c, libgcov.c: Fix comment typos.
......
......@@ -212,6 +212,8 @@ gcov_exit (void)
if (IS_DIR_SEPARATOR (gcov_prefix[prefix_length - 1]))
prefix_length--;
}
else
prefix_length = 0;
/* Allocate and initialize the filename scratch space. */
gi_filename = alloca (prefix_length + gcov_max_filename + 1);
......
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