system/glue: Get your arm outta my risc!
Change-Id: Ie000430275df9be5568d7d8e330743120691ac4f
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user