This is the mail archive of the elfutils-devel@sourceware.org mailing list for the elfutils 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: [PATCH] backends: ppc_abi_cfi reg1 use DW_CFA_val_offset not DW_CFA_val_expression.


Mark Wielaard <mjw@redhat.com> 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

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