Unwind glue: Fix dl_unwind_find_exidx implementation #193
Reference in New Issue
Block a user
Delete Branch ":fix-find-exidx"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Description
This patch changes the reported length in
dl_unwind_find_exidxfrom the number of 32-bits word in.ARM.exidxsection to the number of entires of the same table.Implementation references
As stated in the comment, the number of entries should be returned to the caller.
Test
Passed
artiq.testtargeted to a Kasli-SoC.