This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [lto][patch] Update the plugin to use the new API


On Wed, Jan 28, 2009 at 12:44, Rafael Espindola <espindola@google.com> wrote:

> @@ -128,7 +126,7 @@ parse_table_entry (char *p, struct ld_plugin_symbol *entry, uint32_t *slot)
>        LDPV_HIDDEN
>      };
>
> -  entry->name = p;
> +  entry->name = strdup(p);

Space before '('.

OK otherwise.


Diego.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]