]> gcc.gnu.org Git - gcc.git/commit
libgcov.c (create_file_directory): New function.
authorGrigory Zagorodnev <grigory.zagorodnev@intel.com>
Tue, 10 May 2005 16:10:54 +0000 (16:10 +0000)
committerNathan Sidwell <nathan@gcc.gnu.org>
Tue, 10 May 2005 16:10:54 +0000 (16:10 +0000)
commit992f396fcb3903a363a1ac3c885c492d3e789b63
tree88434cdc971ae92b6f0f0bfa67f792324670c31b
parent0f95e9143a13dfd136675c080fba4038e4b5721c
libgcov.c (create_file_directory): New function.

* libgcov.c (create_file_directory): New function. Create
directory for the given file name.
(gcov_max_filename): New static var. Keeps size of the longest
file name.
(gcov_exit): Always try to create directory for output
file. Relocate each filename basing on environment vars.
(__gcov_init): Remember the longest file name.
* tsystem.h: include filenames.h to get IS_DIR_SEPARATOR
* doc/gcov.texi (Cross-profiling): New node documenting
cross-profiling management.
* doc/invoke.texi (-fprofile-arcs): Add xref to cross-profiling.

From-SVN: r99523
gcc/ChangeLog
gcc/doc/gcov.texi
gcc/doc/invoke.texi
gcc/libgcov.c
gcc/tsystem.h
This page took 0.05902 seconds and 5 git commands to generate.