>> +/* Whether to generate the DWARF accelerator tables in .debug_pubnames
>> +   and .debug_pubtypes.  This is configured per-target, but can be
>> +   overridden by the -gpubnames or -gno-pubnames options.  */
>> +
>> +#define want_pubnames (debug_generate_pub_sections != -1 \
>> +                      ? debug_generate_pub_sections \
>> +                      : targetm.want_debug_pub_sections)
>> +
>
>
> Minor nit.  Make it a static inline function?
>
>
> OK otherwise.

Done.

I've updated the patch with this, and slipped in one more bug fix to
output pubnames for all inline functions. Tests are running now. I'll
send the updated patch shortly.

Thanks,

-cary

Reply via email to