Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(38)

Unified Diff: gcc/opts.c

Issue 4664051: [google] Enable both ld and gold in gcc Base URL: svn+ssh://gcc.gnu.org/svn/gcc/branches/google/main/
Patch Set: Created 13 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « gcc/gcc.c ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gcc/opts.c
===================================================================
--- gcc/opts.c (revision 175346)
+++ gcc/opts.c (working copy)
@@ -1729,8 +1729,9 @@
dc->max_errors = value;
break;
+ case OPT_fuse_ld_:
case OPT_fuse_linker_plugin:
- /* No-op. Used by the driver and passed to us because it starts with f.*/
+ /* No-op. Used by the driver and passed to us because it starts with f. */
break;
case OPT_Wuninitialized:
« no previous file with comments | « gcc/gcc.c ('k') | no next file » | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b