Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Initial libstd support #17

Merged
merged 2 commits into from
Aug 6, 2023
Merged

Commits on Aug 6, 2023

  1. cargo: support building as part of libstd

    Support using `unwinding` as a backend for the libstd `unwind` crate.
    This will enable unwinding support for new targets while allowing us to
    continue to use `libunwind` from llvm for supported targets.
    
    Signed-off-by: Sean Cross <[email protected]>
    xobs committed Aug 6, 2023
    Configuration menu
    Copy the full SHA
    02a29af View commit details
    Browse the repository at this point in the history
  2. find_fde: make text_base optional

    No platforms currently use relative addressing. Make this parameter
    optional in order to support targets where this value is not available.
    
    Signed-off-by: Sean Cross <[email protected]>
    xobs committed Aug 6, 2023
    Configuration menu
    Copy the full SHA
    caab987 View commit details
    Browse the repository at this point in the history