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

llext: Full ARM ELF relocation support #70452

Merged
merged 2 commits into from
Apr 10, 2024

Commits on Apr 10, 2024

  1. llext: Full ARM ELF relocation support

    Adds support for all relocation type produced by GCC
    on ARM platform using partial linking (-r flag) or
    shared link (-fpic and -shared flag).
    
    Signed-off-by: Cedric Lescop <cedric.lescop@se.com>
    selescop committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    77ac5e1 View commit details
    Browse the repository at this point in the history
  2. llext: add movt/movw relocation test

    Arch arm relocatate test covers:
    R_ARM_ABS32: all tests
    decode_thm_jumps -> relative jmp extension
    decode_thm_movs -> movwmovt extension
    
    Signed-off-by: Cedric Lescop <cedric.lescop@se.com>
    selescop committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    da2d3f0 View commit details
    Browse the repository at this point in the history