From: Ralf Wildenhues Date: Wed, 25 Mar 2009 06:42:21 +0000 (+0000) Subject: invoke.texi (Debugging Options): Fix description of -fno-merge-debug-strings. X-Git-Tag: releases/gcc-4.4.0~184 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=44ab0f0e11eaf01d11cbb73ec74c6543b5f14f8d;p=thirdparty%2Fgcc.git invoke.texi (Debugging Options): Fix description of -fno-merge-debug-strings. gcc/ * doc/invoke.texi (Debugging Options): Fix description of -fno-merge-debug-strings. From-SVN: r145051 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 7889c7e7ddd2..ecb30d099572 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2009-03-25 Ralf Wildenhues + + * doc/invoke.texi (Debugging Options): Fix description of + -fno-merge-debug-strings. + 2009-03-24 Hans-Peter Nilsson * config/cris/libgcc.ver: New version-script. diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index 40b72026ce20..efef455d6a8b 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