forked from Imagelibrary/rtems
2011-12-12 Gedare Bloom <gedare@rtems.org>
PR bsps/1988 * shared/start/start.S: Add _init and _fini to .init and .fini sections
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2011-12-12 Gedare Bloom <gedare@rtems.org>
|
||||
|
||||
PR bsps/1988
|
||||
* shared/start/start.S: Add _init and _fini to .init and .fini sections
|
||||
|
||||
2011-12-12 Gedare Bloom <gedare@rtems.org>
|
||||
|
||||
PR bsps/1988
|
||||
|
||||
@@ -166,12 +166,16 @@ halted: nop
|
||||
param_space:
|
||||
.space 8
|
||||
|
||||
.global _fini
|
||||
_fini:
|
||||
.section .fini
|
||||
.global _fini
|
||||
_fini:
|
||||
nop
|
||||
retl
|
||||
nop
|
||||
|
||||
.global _init
|
||||
_init:
|
||||
.section .init
|
||||
.global _init
|
||||
_init:
|
||||
nop
|
||||
retl
|
||||
nop
|
||||
|
||||
Reference in New Issue
Block a user