system/glue: Get your arm outta my risc!
Change-Id: Ie000430275df9be5568d7d8e330743120691ac4f
This commit is contained in:
@@ -21,10 +21,10 @@
|
|||||||
|
|
||||||
.section .init
|
.section .init
|
||||||
FUNCTION(_init):
|
FUNCTION(_init):
|
||||||
bl __haiku_init_before
|
jal __haiku_init_before
|
||||||
// crtbegin.o stuff comes here
|
// crtbegin.o stuff comes here
|
||||||
|
|
||||||
.section .fini
|
.section .fini
|
||||||
FUNCTION(_fini):
|
FUNCTION(_fini):
|
||||||
bl __haiku_term_before
|
jal __haiku_term_before
|
||||||
// crtbegin.o stuff comes here
|
// crtbegin.o stuff comes here
|
||||||
|
|||||||
@@ -10,10 +10,10 @@
|
|||||||
|
|
||||||
.section .init
|
.section .init
|
||||||
// the image ID and program args are still on the stack
|
// the image ID and program args are still on the stack
|
||||||
bl __haiku_init_after
|
jal __haiku_init_after
|
||||||
|
|
||||||
|
|
||||||
.section .fini
|
.section .fini
|
||||||
// the image ID and program args are still on the stack
|
// 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
|
.section .init
|
||||||
FUNCTION(_init):
|
FUNCTION(_init):
|
||||||
bl __haiku_init_before
|
jal __haiku_init_before
|
||||||
// crtbegin.o stuff comes here
|
// crtbegin.o stuff comes here
|
||||||
|
|
||||||
.section .fini
|
.section .fini
|
||||||
FUNCTION(_fini):
|
FUNCTION(_fini):
|
||||||
bl __haiku_term_before
|
jal __haiku_term_before
|
||||||
// crtbegin.o stuff comes here
|
// crtbegin.o stuff comes here
|
||||||
|
|||||||
@@ -10,10 +10,10 @@
|
|||||||
|
|
||||||
.section .init
|
.section .init
|
||||||
// the image ID and program args are still on the stack
|
// the image ID and program args are still on the stack
|
||||||
bl __haiku_init_after
|
jal __haiku_init_after
|
||||||
|
|
||||||
|
|
||||||
.section .fini
|
.section .fini
|
||||||
// the image ID and program args are still on the stack
|
// 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