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: [debug] dwarf2out emits unnecessary null byte in empty .debug_abbrev section


On 03/24/2011 01:54 PM, Mark Wielaard wrote:
> +  if (abbrev_die_table_in_use == 1)
> +    return;
> +
>    for (abbrev_id = 1; abbrev_id < abbrev_die_table_in_use; ++abbrev_id)
>      {
>        dw_die_ref abbrev = abbrev_die_table[abbrev_id];
> 
> Still OK?

Yes.


r~


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