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

Add a preprocessor definitions to indidcate the landing pad labeling … #76

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

Commits on May 10, 2024

  1. Add a preprocessor definitions to indidcate the landing pad labeling …

    …scheme
    
    Also add 2 more constant value to let user able to determine the scheme.
    
    Example code:
    ```c
     #ifdef __riscv_landing_pad
       #if __riscv_landing_pad == __riscv_landing_pad_simple
         ...
       #elif __riscv_landing_pad == __riscv_landing_pad_func_sig
         ...
       #else
         #error "Unknown labeling scheme"
       #endif
     #endif
    ```
    kito-cheng committed May 10, 2024
    Configuration menu
    Copy the full SHA
    779beee View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2024

  1. Configuration menu
    Copy the full SHA
    1e9807a View commit details
    Browse the repository at this point in the history