[Bug general/21002] Incompatible with MUSL libc

2018-03-11 Thread mark at klomp dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=21002

--- Comment #8 from Mark Wielaard  ---
(In reply to Luiz Angelo Daros de Luca from comment #7)
> I'm back with news.
> [...]
> Almost there!

Thanks for the overview. If at all possible, could you open separate bugs for
these issues? Then we can use this bug as tracker.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Re: [PATCH] libdw: Add new DWARF5 Dwarf expression operations.

2018-03-11 Thread Mark Wielaard
On Tue, 2018-03-06 at 19:55 +0100, Mark Wielaard wrote:
> DW_OP_implicit_pointer, DW_OP_entry_value, DW_OP_const_type,
> DW_OP_regval_type, DW_OP_deref_type, DW_OP_xderef_type,
> DW_OP_convert and OP_reinterpret are implemented like their
> pre-DWARF5 GNU variants.
> 
> DW_OP_xderef_type is implemented as a (non-CU relative) variant of
> DW_OP_deref_type.
> 
> DW_OP_addrx and DW_OP_constx are recognized but not interpreted yet.

I pushed this to master.