mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-01-20 05:19:21 +08:00
* 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:
parent
6e961ccc7e
commit
cb1f8161c1
@ -1,3 +1,9 @@
|
|||||||
|
2008-05-20 Nick Clifton <nickc@redhat.com>
|
||||||
|
|
||||||
|
* iq2000/crt0.S (__dso_handle): Define (weak).
|
||||||
|
* frv/crt0.S (__dso_handle): Define (weak).
|
||||||
|
* mn10300/crt0.S (___dso_handle): Define (weak).
|
||||||
|
|
||||||
2008-05-05 Ken Werner <ken.werner@de.ibm.com>
|
2008-05-05 Ken Werner <ken.werner@de.ibm.com>
|
||||||
|
|
||||||
* spu/readlink.c: Align readlink implementation to POSIX.
|
* spu/readlink.c: Align readlink implementation to POSIX.
|
||||||
|
@ -268,3 +268,9 @@ EXT(__frv_fix_usrptrs):
|
|||||||
.Lret3: ret
|
.Lret3: ret
|
||||||
.Lend3:
|
.Lend3:
|
||||||
.size EXT(__frv_fix_usrptrs),.Lend2-EXT(__frv_fix_usrptrs)
|
.size EXT(__frv_fix_usrptrs),.Lend2-EXT(__frv_fix_usrptrs)
|
||||||
|
|
||||||
|
.section .data
|
||||||
|
.global __dso_handle
|
||||||
|
.weak __dso_handle
|
||||||
|
__dso_handle:
|
||||||
|
.long 0
|
||||||
|
@ -54,3 +54,9 @@ _start:
|
|||||||
xor %5,%5,%5
|
xor %5,%5,%5
|
||||||
jal exit # all done, no need to return or
|
jal exit # all done, no need to return or
|
||||||
or %4,%0,%2 # exit with main's return value
|
or %4,%0,%2 # exit with main's return value
|
||||||
|
|
||||||
|
.section .data
|
||||||
|
.global __dso_handle
|
||||||
|
.weak __dso_handle
|
||||||
|
__dso_handle:
|
||||||
|
.long 0
|
||||||
|
@ -56,3 +56,9 @@ _start:
|
|||||||
|
|
||||||
.section .stack
|
.section .stack
|
||||||
_stack: .long 1
|
_stack: .long 1
|
||||||
|
|
||||||
|
.section .data
|
||||||
|
.global ___dso_handle
|
||||||
|
.weak ___dso_handle
|
||||||
|
___dso_handle:
|
||||||
|
.long 0
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
2008-05-20 Nick Clifton <nickc@redhat.com>
|
||||||
|
|
||||||
|
* libc/sys/sysnecv850/crt0.S (___dso_handle): Define (weak).
|
||||||
|
|
||||||
2008-05-20 DJ Delorie <dj@redhat.com>
|
2008-05-20 DJ Delorie <dj@redhat.com>
|
||||||
|
|
||||||
* libc/sys/sysnecv850/isatty.c (_isatty): Renamed from isatty.
|
* libc/sys/sysnecv850/isatty.c (_isatty): Renamed from isatty.
|
||||||
|
@ -60,8 +60,13 @@ _start:
|
|||||||
jarl _main, r31
|
jarl _main, r31
|
||||||
mov r10, r6
|
mov r10, r6
|
||||||
jarl _exit, r31
|
jarl _exit, r31
|
||||||
|
|
||||||
# endif
|
# endif
|
||||||
|
|
||||||
.section .stack
|
.section .stack
|
||||||
_stack: .long 1
|
_stack: .long 1
|
||||||
|
|
||||||
|
.section .data
|
||||||
|
.global ___dso_handle
|
||||||
|
.weak ___dso_handle
|
||||||
|
___dso_handle:
|
||||||
|
.long 0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user