From cb1f8161c1524fe06dd331cda3e64a0326abd51c Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Wed, 21 May 2008 07:44:32 +0000 Subject: * 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). --- libgloss/iq2000/crt0.S | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'libgloss/iq2000') 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 -- cgit v1.2.3