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
path: root/newlib
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 /newlib
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 'newlib')
-rw-r--r--newlib/ChangeLog4
-rw-r--r--newlib/libc/sys/sysnecv850/crt0.S7
2 files changed, 10 insertions, 1 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog
index d331d3479..7cdfd0356 100644
--- a/newlib/ChangeLog
+++ b/newlib/ChangeLog
@@ -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>
* libc/sys/sysnecv850/isatty.c (_isatty): Renamed from isatty.
diff --git a/newlib/libc/sys/sysnecv850/crt0.S b/newlib/libc/sys/sysnecv850/crt0.S
index e006871b3..b319d30b7 100644
--- a/newlib/libc/sys/sysnecv850/crt0.S
+++ b/newlib/libc/sys/sysnecv850/crt0.S
@@ -60,8 +60,13 @@ _start:
jarl _main, r31
mov r10, r6
jarl _exit, r31
-
# endif
.section .stack
_stack: .long 1
+
+ .section .data
+ .global ___dso_handle
+ .weak ___dso_handle
+___dso_handle:
+ .long 0