aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorJim Wilson <wilson@gcc.gnu.org>2017-10-26 13:44:58 -0700
committerJim Wilson <wilson@gcc.gnu.org>2017-10-26 13:44:58 -0700
commit31498bee1acc00d89ea82c9c8614aa65f1eff2e8 (patch)
tree70bf9614edb5c3f4c0c8b52bb5d2613bf86d1b4b /gcc
parent1cf6c17b6dbd361ed7c74414cc753e4037d0d0e8 (diff)
downloadgcc-31498bee1acc00d89ea82c9c8614aa65f1eff2e8.zip
gcc-31498bee1acc00d89ea82c9c8614aa65f1eff2e8.tar.gz
gcc-31498bee1acc00d89ea82c9c8614aa65f1eff2e8.tar.bz2
Fix hyphenation build-time path and install-time path.
gcc/ * doc/invoke.texi (-fdebug-prefix-map): Expand documentation. From-SVN: r254122
Diffstat (limited to 'gcc')
-rw-r--r--gcc/doc/invoke.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi
index 0d2121b..efe8f86 100644
--- a/gcc/doc/invoke.texi
+++ b/gcc/doc/invoke.texi
@@ -6983,7 +6983,7 @@ link processing time. Merging is enabled by default.
@opindex fdebug-prefix-map
When compiling files in directory @file{@var{old}}, record debugging
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
@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