aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>2009-03-25 06:42:21 +0000
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>2009-03-25 06:42:21 +0000
commit23567ee442ccc3a952def8b2cb4e539dec85816f (patch)
tree35e7309995bde90a3b80e33ed83b8324d047c323
parentcae102156cee30b9e9f4e805bf21d3088b08a6b0 (diff)
gcc/
* doc/invoke.texi (Debugging Options): Fix description of -fno-merge-debug-strings. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@145051 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/doc/invoke.texi10
2 files changed, 10 insertions, 5 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 7889c7e7ddd..ecb30d09957 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,8 @@
+2009-03-25 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
+
+ * doc/invoke.texi (Debugging Options): Fix description of
+ -fno-merge-debug-strings.
+
2009-03-24 Hans-Peter Nilsson <hp@axis.com>
* config/cris/libgcc.ver: New version-script.
diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi
index 40b72026ce2..efef455d6a8 100644
--- a/gcc/doc/invoke.texi
+++ b/gcc/doc/invoke.texi
@@ -4408,11 +4408,11 @@ This option works only with DWARF 2.
@item -fno-merge-debug-strings
@opindex fmerge-debug-strings
@opindex fno-merge-debug-strings
-Direct the linker to merge together strings which are identical in
-different object files. This is not supported by all assemblers or
-linker. This decreases the size of the debug information in the
-output file at the cost of increasing link processing time. This is
-on by default.
+Direct the linker to not merge together strings in the debugging
+information which are identical in different object files. Merging is
+not supported by all assemblers or linkers. Merging decreases the size
+of the debug information in the output file at the cost of increasing
+link processing time. Merging is enabled by default.
@item -fdebug-prefix-map=@var{old}=@var{new}
@opindex fdebug-prefix-map