Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2008-05-21 11:44:32 +0400
committerNick Clifton <nickc@redhat.com>2008-05-21 11:44:32 +0400
commitcb1f8161c1524fe06dd331cda3e64a0326abd51c (patch)
tree1bd9a1d11cfff9ae1a28582429c5e6842e980966 /libgloss/frv
parent6e961ccc7e99a3eb6819b8581a234ebbf82fb5ea (diff)
* 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).
Diffstat (limited to 'libgloss/frv')
-rw-r--r--libgloss/frv/crt0.S6
1 files changed, 6 insertions, 0 deletions
diff --git a/libgloss/frv/crt0.S b/libgloss/frv/crt0.S
index af14b9181..86d5a5003 100644
--- a/libgloss/frv/crt0.S
+++ b/libgloss/frv/crt0.S
@@ -268,3 +268,9 @@ EXT(__frv_fix_usrptrs):
.Lret3: ret
.Lend3:
.size EXT(__frv_fix_usrptrs),.Lend2-EXT(__frv_fix_usrptrs)
+
+ .section .data
+ .global __dso_handle
+ .weak __dso_handle
+__dso_handle:
+ .long 0