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

[TEST ONLY] test redundant .bss removal #9641

Closed
wants to merge 2 commits into from

Commits on Nov 6, 2024

  1. [TEST ONLY] test redundant .bss removal

    Verify that removing redundant .bss in Zephyr LLEXT doesn't break
    SOF LLEXT .bss.
    
    Signed-off-by: Guennadi Liakhovetski <[email protected]>
    lyakh committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    4bbe035 View commit details
    Browse the repository at this point in the history
  2. [DRAFT] align .bss

    When checking whether .bss immediately follows .data check alignment.
    Once ELF section information has been made persistent in Zephyr, we
    will switch to using correct alignment.
    
    Signed-off-by: Guennadi Liakhovetski <[email protected]>
    lyakh committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    9ccb67a View commit details
    Browse the repository at this point in the history