On 2012-09-04 18:49 , Steven Bosscher wrote:
Did you mean to use DEF_VEC_O here?
(Not sure it matters after the vec rewrite for c++)
It doesn't anymore. But it will matter for backports.
Diego.
On Wed, Sep 5, 2012 at 12:49 AM, Steven Bosscher wrote:
> On Tue, Sep 4, 2012 at 6:43 PM, Andi Kleen wrote:
>> +/* Compact representation of a index <-> resolution pair. Unpacked to an
>> + vector later. */
>> +struct res_pair
>> +{
>> + ld_plugin_symbol_resolution_t res;
>> + unsigned index;
On Tue, Sep 4, 2012 at 6:43 PM, Andi Kleen wrote:
> +/* Compact representation of a index <-> resolution pair. Unpacked to an
> + vector later. */
> +struct res_pair
> +{
> + ld_plugin_symbol_resolution_t res;
> + unsigned index;
> +};
> +typedef struct res_pair res_pair;
> +
> +DEF_VEC_P(res_