[PATCH] libebl: Add ebl_unwind_ret_mask.

Mark Wielaard mjw at redhat.com
Tue Jun 17 06:56:02 UTC 2014


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



More information about the elfutils-devel mailing list