Commit 31498bee by Jim Wilson

Fix hyphenation build-time path and install-time path.

	gcc/
	* doc/invoke.texi (-fdebug-prefix-map): Expand documentation.

From-SVN: r254122
parent 1cf6c17b
...@@ -6983,7 +6983,7 @@ link processing time. Merging is enabled by default. ...@@ -6983,7 +6983,7 @@ link processing time. Merging is enabled by default.
@opindex fdebug-prefix-map @opindex fdebug-prefix-map
When compiling files in directory @file{@var{old}}, record debugging When compiling files in directory @file{@var{old}}, record debugging
information describing them as in @file{@var{new}} instead. This can be information describing them as in @file{@var{new}} instead. This can be
used to replace a build time path with an install time path in the debug info. used to replace a build-time path with an install-time path in the debug info.
It can also be used to change an absolute path to a relative path by using It can also be used to change an absolute path to a relative path by using
@file{.} for @var{new}. This can give more reproducible builds, which are @file{.} for @var{new}. This can give more reproducible builds, which are
location independent, but may require an extra command to tell GDB where to location independent, but may require an extra command to tell GDB where to
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