* libc/sys/sysnecv850/crt0.S (___dso_handle): Define (weak).
* iq2000/crt0.S (__dso_handle): Define (weak). * frv/crt0.S (__dso_handle): Define (weak). * mn10300/crt0.S (___dso_handle): Define (weak).
This commit is contained in:
@ -54,3 +54,9 @@ _start:
|
||||
xor %5,%5,%5
|
||||
jal exit # all done, no need to return or
|
||||
or %4,%0,%2 # exit with main's return value
|
||||
|
||||
.section .data
|
||||
.global __dso_handle
|
||||
.weak __dso_handle
|
||||
__dso_handle:
|
||||
.long 0
|
||||
|
Reference in New Issue
Block a user