| Submitter | Ian Taylor |
|---|---|
| Date | Oct. 5, 2010, 6:40 p.m. |
| Message ID | <mcrlj6ccwk5.fsf@google.com> |
| Download | mbox | patch |
| Permalink | /patch/66852/ |
| State | New |
| Headers | show |
Comments
Patch
Index: lto.c =================================================================== --- lto.c (revision 164995) +++ lto.c (working copy) @@ -431,7 +431,7 @@ lto_resolution_read (splay_tree file_ids static int lto_section_with_id (const char *name, unsigned *id) { - char *s; + const char *s; if (strncmp (name, LTO_SECTION_NAME_PREFIX, strlen (LTO_SECTION_NAME_PREFIX))) return 0;