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

Diego Novillo dnovillo@google.com
Wed Jan 28 17:50:00 GMT 2009


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.



More information about the Gcc-patches mailing list