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

ccall: avoid some problematic symbol mangling #34754

Merged
merged 2 commits into from
Feb 17, 2020
Merged

ccall: avoid some problematic symbol mangling #34754

merged 2 commits into from
Feb 17, 2020

Commits on Feb 13, 2020

  1. build: fix missing function prototype on older gcc

    The ffs function is not always available under that name, use instead the compiler name for it which may always be used.
    vtjnash committed Feb 13, 2020
    Configuration menu
    Copy the full SHA
    ef17985 View commit details
    Browse the repository at this point in the history
  2. ccall: avoid some bad symbol mangling

    Other bad cases are probably less common, but still exist. The code to fix those is included in #25984.
    
    Fixes #34680
    vtjnash committed Feb 13, 2020
    Configuration menu
    Copy the full SHA
    66ecd90 View commit details
    Browse the repository at this point in the history