]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
invoke.texi (Debugging Options): Fix description of -fno-merge-debug-strings.
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Wed, 25 Mar 2009 06:42:21 +0000 (06:42 +0000)
committerRalf Wildenhues <rwild@gcc.gnu.org>
Wed, 25 Mar 2009 06:42:21 +0000 (06:42 +0000)
gcc/
* doc/invoke.texi (Debugging Options): Fix description of
-fno-merge-debug-strings.

From-SVN: r145051

gcc/ChangeLog
gcc/doc/invoke.texi

index 7889c7e7ddd2b6139d00e5fd9eb8f393826f261a..ecb30d0995723620ef1b12563bde843d740eb7d1 100644 (file)
@@ -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.
index 40b72026ce20cb36c964967866cc9317f603a248..efef455d6a8b596e1cb472ed2101bfef51ef8838 100644 (file)
@@ -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