2006-11-29 Andrew Pinski <andrew_pinski@playstation.sony.com>
authorpinskia <pinskia@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 30 Nov 2006 03:37:34 +0000 (03:37 +0000)
committerpinskia <pinskia@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 30 Nov 2006 03:37:34 +0000 (03:37 +0000)
        * config/spu/crt0.c (__dso_handle): Define.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@119354 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/config/spu/crt0.c

index ac54735..9db977e 100644 (file)
@@ -1,3 +1,7 @@
+2006-11-29  Andrew Pinski  <andrew_pinski@playstation.sony.com>
+
+       * config/spu/crt0.c (__dso_handle): Define.
+
 2006-11-30  Kaz Kojima  <kkojima@gcc.gnu.org>
 
        * emit-rtl.c (verify_rtl_sharing): Handle SEQUENCE specially
index 8c03abe..eee1592 100644 (file)
@@ -46,6 +46,7 @@ static func_ptr __DTOR_LIST__[1]
   __attribute__((__section__(".dtors"), __aligned__(4)))
   = { (func_ptr) (-1) };
 
+void *__dso_handle = 0;
 
 /* According to the BE Linux ABI an SPU module is called with these
  * parameters.  Also, $2 is set to the Available Stack Size.  */