Re: [PATCH] libdw: Handle DW_FORM_line_strp.

2018-05-06 Thread Mark Wielaard
On Wed, Apr 25, 2018 at 01:23:27PM +0200, Mark Wielaard wrote:
> DW_FORM_line_strp strings come from a separate .debug_line_str section.
> Make error messages more distinct (no .debug_str, no .debug_line_str or
> not a string form).

Pushed to master.


Re: [PATCH] readelf: Handle .debug_line_str section.

2018-05-06 Thread Mark Wielaard
On Wed, Apr 25, 2018 at 01:24:18PM +0200, Mark Wielaard wrote:
> It is just a .debug_str section with another name.

Pushed to master.


Re: [PATCH] libebl: Add new DWARF5 debug section names to default_debugscn_p.

2018-05-06 Thread Mark Wielaard
On Wed, Apr 25, 2018 at 01:24:37PM +0200, Mark Wielaard wrote:
> This adds the new DWARF5 debug section names .debug_addr, .debug_line_str,
> .debug_loclists, .debug_names, .debug_rnglists and .debug_str_offsets. This
> makes sure eu-strip knows to strip them away.
> 
> Note that it doesn't add the .dwo variants, nor the .dwp only section
> names .debug_cu_index and .debug_tu_index, nor the .debug_sup section
> for supplemental DWARF files.

Pushed to master.