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

Support merged functions #319

Merged
merged 6 commits into from
Oct 10, 2024
Merged

Support merged functions #319

merged 6 commits into from
Oct 10, 2024

Conversation

pacak
Copy link
Owner

@pacak pacak commented Oct 8, 2024

Fixes #310

        .globl  sample_merged::merged_1
.type sample_merged::merged_1,@function
.set sample_merged::merged_1, sample_merged::merged_0

Both spellings (‘.globl’ and ‘.global’) are accepted, for compatibility with other assemblers.
@pacak pacak force-pushed the merged branch 4 times, most recently from 7a01e20 to 1e5085a Compare October 10, 2024 00:50
@pacak pacak merged commit 757d1c7 into master Oct 10, 2024
3 checks passed
@pacak pacak deleted the merged branch October 10, 2024 01:24
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.

Support merged functions
1 participant