+2019-07-09 Martin Liska <mliska@suse.cz>
+
+ * doc/invoke.texi: Add link from -fprofile-dir option.
+ Use better wording for 'gcno filename'.
+
2019-07-08 Martin Sebor <msebor@redhat.com>
PR middle-end/71924
In order to prevent the file name clashing, if the object file name is
not an absolute path, we mangle the absolute path of the
@file{@var{sourcename}.gcda} file and use it as the file name of a
-@file{.gcda} file.
+@file{.gcda} file. See similar option @option{-fprofile-note}.
When an executable is run in a massive parallel environment, it is recommended
to save profile to different folders. That can be done with variables
@item -fprofile-note=@var{path}
@opindex fprofile-note
-If @var{path} is specified, GCC saves gcno filename into @var{path} location.
+If @var{path} is specified, GCC saves @file{.gcno} file into @var{path}
+location. If you combine the option with multiple source files,
+the @file{.gcno} file will be overwritten.
@item -fprofile-update=@var{method}
@opindex fprofile-update