Skip to content

Update aarch64.c #9371

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

Merged
merged 1 commit into from
Oct 2, 2024
Merged

Update aarch64.c #9371

merged 1 commit into from
Oct 2, 2024

Conversation

compnerd
Copy link
Member

@compnerd compnerd commented Oct 2, 2024

Handle application of nocommon semantics by explicit initialization. Initialized data is emitted into .data where as global declarations are implicitly zero'ed by means of emission into .bss. __nocommon__ ensures that the data is emitted into .data.

Handle application of nocommon semantics by explicit initialization. Initialized data is emitted into `.data` where as global declarations are implicitly zero'ed by means of emission into `.bss`. `__nocommon__` ensures that the data is emitted into `.data`.
@compnerd compnerd merged commit 94ecd6e into stable/20240723 Oct 2, 2024
@compnerd compnerd deleted the compnerd/commonality branch October 2, 2024 21:47
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