Commit 44ab0f0e by Ralf Wildenhues Committed by Ralf Wildenhues

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
parent 180ad321
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> 2009-03-24 Hans-Peter Nilsson <hp@axis.com>
* config/cris/libgcc.ver: New version-script. * config/cris/libgcc.ver: New version-script.
......
...@@ -4408,11 +4408,11 @@ This option works only with DWARF 2. ...@@ -4408,11 +4408,11 @@ This option works only with DWARF 2.
@item -fno-merge-debug-strings @item -fno-merge-debug-strings
@opindex fmerge-debug-strings @opindex fmerge-debug-strings
@opindex fno-merge-debug-strings @opindex fno-merge-debug-strings
Direct the linker to merge together strings which are identical in Direct the linker to not merge together strings in the debugging
different object files. This is not supported by all assemblers or information which are identical in different object files. Merging is
linker. This decreases the size of the debug information in the not supported by all assemblers or linkers. Merging decreases the size
output file at the cost of increasing link processing time. This is of the debug information in the output file at the cost of increasing
on by default. link processing time. Merging is enabled by default.
@item -fdebug-prefix-map=@var{old}=@var{new} @item -fdebug-prefix-map=@var{old}=@var{new}
@opindex fdebug-prefix-map @opindex fdebug-prefix-map
......
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