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 stack markings for GNU to fmod assembly files #307

Merged
merged 1 commit into from
Aug 4, 2024

Commits on Aug 4, 2024

  1. Add stack markings for GNU to fmod assembly files

    This adds stack markings to the missing fmod .S files, otherwise the
    final libopenlibm object file gets marked with an executable stack.
    
    Output when compiling from source on Gentoo Linux:
    
    ```
     * QA Notice: The following files contain writable and executable sections
     *  Files with such sections will not work properly (or at all!) on some
     *  architectures/operating systems.  A bug should be filed at
     *  https://bugs.gentoo.org/ to make sure the issue is fixed.
     *  For more information, see:
     *
     *    https://wiki.gentoo.org/wiki/Hardened/GNU_stack_quickstart
     *
     *  Please include the following list of files in your report:
     *  Note: Bugs should be filed for the respective maintainers
     *  of the package in question and not hardened@gentoo.org.
     * RWX --- --- usr/lib64/libopenlibm.so.4.0
    ```
    jsmolic committed Aug 4, 2024
    Configuration menu
    Copy the full SHA
    435459e View commit details
    Browse the repository at this point in the history