Unwind glue: Fix dl_unwind_find_exidx implementation #193
No reviewers
Labels
No Milestone
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: M-Labs/artiq-zynq#193
Loading…
Reference in New Issue
No description provided.
Delete Branch "occheung/artiq-zynq: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_exidx
from the number of 32-bits word in.ARM.exidx
section 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.test
targeted to a Kasli-SoC.