Mark Wielaard <[email protected]> writes: > diff --git a/libdw/cfi.c b/libdw/cfi.c > index b1e8d48..67e3dfb 100644 > --- a/libdw/cfi.c > +++ b/libdw/cfi.c > @@ -252,6 +252,8 @@ execute_cfi (Dwarf_CFI *cache, > continue; > > case DW_CFA_expression: > + /* Expression rule relies on section data, abi_cfi cannot us it. */
Should this be "cannot _use_ it"? > case DW_CFA_val_expression: > + /* Expression rule relies on section data, abi_cfi cannot us it. */ And here. Thanks, PM
