2009-05-13 Ulrich Weigand <uweigand@de.ibm.com>
* spu/crtn.S: Add dummy to ensure nothing gets linked at address 0. * spu/crti.S: Remove nop.
This commit is contained in:
@@ -46,11 +46,6 @@
|
||||
|
||||
.section ".init"
|
||||
.align 2
|
||||
|
||||
# To make sure the address of _init is not zero, because
|
||||
# the default linker entry point is 0.
|
||||
nop
|
||||
|
||||
.global _init
|
||||
.type _init, @function
|
||||
_init:
|
||||
|
Reference in New Issue
Block a user