system/glue: Get your arm outta my risc!

Change-Id: Ie000430275df9be5568d7d8e330743120691ac4f
This commit is contained in:
Alexander von Gluck IV
2018-12-05 10:30:42 -06:00
parent 7dcd941df2
commit eb4dd41b42
4 changed files with 8 additions and 8 deletions
+2 -2
View File
@@ -21,10 +21,10 @@
.section .init
FUNCTION(_init):
bl __haiku_init_before
jal __haiku_init_before
// crtbegin.o stuff comes here
.section .fini
FUNCTION(_fini):
bl __haiku_term_before
jal __haiku_term_before
// crtbegin.o stuff comes here
+2 -2
View File
@@ -10,10 +10,10 @@
.section .init
// the image ID and program args are still on the stack
bl __haiku_init_after
jal __haiku_init_after
.section .fini
// the image ID and program args are still on the stack
bl __haiku_term_after
jal __haiku_term_after
+2 -2
View File
@@ -21,10 +21,10 @@
.section .init
FUNCTION(_init):
bl __haiku_init_before
jal __haiku_init_before
// crtbegin.o stuff comes here
.section .fini
FUNCTION(_fini):
bl __haiku_term_before
jal __haiku_term_before
// crtbegin.o stuff comes here
+2 -2
View File
@@ -10,10 +10,10 @@
.section .init
// the image ID and program args are still on the stack
bl __haiku_init_after
jal __haiku_init_after
.section .fini
// the image ID and program args are still on the stack
bl __haiku_term_after
jal __haiku_term_after