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

libunwind: Use new unwinding APIs under c18n #740

Merged
merged 2 commits into from
Oct 25, 2024
Merged

libunwind: Use new unwinding APIs under c18n #740

merged 2 commits into from
Oct 25, 2024

Commits on Oct 24, 2024

  1. libunwind: Use APIs exposed by RTLD to unwind the trusted stack

    Assembly stubs for _rtld_unw_{get,set}context are no longer needed.
    
    Due to the significantly simplified implementation, the
    LIBUNWIND_CHERI_C18N_SUPPORT option has been removed and c18n support is
    now included by default for supported architectures (currently Morello
    only).
    dpgao committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    8112874 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2024

  1. Fix typo in comment

    dpgao authored Oct 25, 2024
    Configuration menu
    Copy the full SHA
    fd6ea94 View commit details
    Browse the repository at this point in the history