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 Mon, 2014-06-16 at 15:23 -0700, Roland McGrath wrote:
> What does "actual return value" mean?  With the low bit intact, it is the
> actual value that must be used in a bx instruction.  So why is this a new
> hook rather than being the same as the "func_value" hook?

Good question. They are indeed used for the exact same thing. I just
didn't realize they were till now. Somehow I was working on the function
table issue and the unwind issue separately. It certainly makes sense to
have just one hook. Especially because ARM is the only backend using
them at the moment. I'll rework both patches/hooks into one.

Thanks,

Mark


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