Skip to content

remove asm.S and neon.S from _SOURCES #479

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

oreo639
Copy link

@oreo639 oreo639 commented Jul 30, 2025

Previously asm.S and neon.S were getting assembled into object files and linked. While for asm.S, this doesn't cause any problems, neon.S never ends up including a .note.GNU-stack section resulting in the final library being marked as requiring executable stack.

These files just define macros used by cpudetect.S and hevcdsp_qpel_neon.S so them getting assembled and linked individually doesn't seem intended.

Previously asm.S and neon.S were getting assembled into object files and linked.
While for asm.S, this doesn't cause any problems, neon.S never ends up including
a .note.GNU-stack section resulting in the final library being marked as
requiring executable stack.

These files just define macros used by cpudetect.S and hevcdsp_qpel_neon.S so
them getting assembled and linked individually doesn't seem intended.
@oreo639 oreo639 force-pushed the fix-execstack-arm branch from acbecb7 to 58b8efb Compare July 30, 2025 12:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant