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

Fix #641, add OS_ModuleLoad flags #643

Merged

Commits on Nov 4, 2020

  1. Fix nasa#641, add flags to OS_ModuleLoad

    Add flags to indicate symbol visibility for OS_ModuleLoad().
    
    By default (flags=0) symbols will have global visibility,
    which should be the same as existing behavior.
    jphickey committed Nov 4, 2020
    Configuration menu
    Copy the full SHA
    c70936e View commit details
    Browse the repository at this point in the history
  2. Update nasa#641, revert change to OS_SymbolLookup()

    This restores the original behavior when using OS_SymbolLookup on POSIX,
    so it doesn't return OS_ERR_NOT_IMPLEMENTED.
    
    This is required for transitional purposes.  Will submit a separate bug
    about use platform-dependent logic here.
    jphickey committed Nov 4, 2020
    Configuration menu
    Copy the full SHA
    a32392a View commit details
    Browse the repository at this point in the history