On Mon, 2013-03-18 at 14:05 +0100, Jan Kratochvil wrote:
@@ -7272,8 +7272,9 @@ print_gdb_index_section (Dwfl_Module *dwflmod, Ebl *ebl, GElf_Ehdr *ehdr,
// The only difference between version 4 and version 5 is the // hash used for generating the table. Version 6 contains symbols
- // for inlined functions, older versions didn't.
- if (vers < 4 || vers > 7)
- // for inlined functions, older versions didn't. Version 7 adds
- // symbol kinds.
- if (vers < 4 || vers > 8)
Here could be copy-pasted the difference of version 8 from your mail above.
Added.
free (l);
free (h); n++;
This is really very unrelated (->separate) patch.
Grin. It is just a 3 line patch. But yeah, OK. Separated and pushed in two commits.
Thanks,
Mark