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:
Diffstat (limited to 'libgloss/iq2000')
-rw-r--r--libgloss/iq2000/crt0.S6
1 files changed, 6 insertions, 0 deletions
diff --git a/libgloss/iq2000/crt0.S b/libgloss/iq2000/crt0.S
index 12d2a5b0a..eff6b2783 100644
--- a/libgloss/iq2000/crt0.S
+++ b/libgloss/iq2000/crt0.S
@@ -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