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] libebl: Add ebl_unwind_ret_mask.


On Sun, Jun 15, 2014 at 12:30:02PM +0200, Mark Wielaard wrote:
> +  /* Mask to use to get the return address from an unwind in case the
> +     architecture adds some extra non-address bits to it.  When not
> +     initialized (0) then ebl_unwind_ret_mask will return ~0, otherwise
> +     it should be the actual mask to use.  */
> +  GElf_Addr unwind_ret_mask;

Shouldn't that be an Elf64_Addr?


Kurt


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