Skip to content

arm64: remove unnecessary .section directive #4824

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
Mar 23, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion src/internal/task/task_stack_arm64.S
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
.global _tinygo_startTask
_tinygo_startTask:
#else
.section .text.tinygo_startTask
.global tinygo_startTask
tinygo_startTask:
#endif
Expand Down
2 changes: 0 additions & 2 deletions src/runtime/asm_arm64.S
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
.global _tinygo_scanCurrentStack
_tinygo_scanCurrentStack:
#else
.section .text.tinygo_scanCurrentStack
.global tinygo_scanCurrentStack
tinygo_scanCurrentStack:
#endif
Expand Down Expand Up @@ -39,7 +38,6 @@ tinygo_scanCurrentStack:
.global _tinygo_longjmp
_tinygo_longjmp:
#else
.section .text.tinygo_longjmp
.global tinygo_longjmp
tinygo_longjmp:
#endif
Expand Down