Skip to content

Commit

Permalink
sysdeps/managarm: Make crti.S + crtn.S empty
Browse files Browse the repository at this point in the history
  • Loading branch information
avdgrinten committed Nov 27, 2024
1 parent b115980 commit 3033fb7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 16 deletions.
10 changes: 0 additions & 10 deletions sysdeps/managarm/riscv64/crt-src/crti.S
Original file line number Diff line number Diff line change
@@ -1,11 +1 @@
.section .init
.global _init
_init:
unimp

.section .fini
.global _fini
_fini:
unimp
.section .note.GNU-stack,"",%progbits

6 changes: 0 additions & 6 deletions sysdeps/managarm/riscv64/crt-src/crtn.S
Original file line number Diff line number Diff line change
@@ -1,7 +1 @@
.section .init
unimp

.section .fini
unimp
.section .note.GNU-stack,"",%progbits

0 comments on commit 3033fb7

Please sign in to comment.