gimli-rs / unwind-rs

Apache License 2.0
26 stars 10 forks source link

Allow find_cfi to work on baremetal #4

Closed roblabla closed 6 years ago

roblabla commented 6 years ago

On targets other than windows/mac/linux (where we might not have a loader), find_cfi should use linker symbols (such as __eh_frame_start/__eh_frame_end) to find the CFI.

main-- commented 6 years ago

Agreed. Perhaps use a feature flag for this?

roblabla commented 6 years ago

Fixed in #5.