]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
crt0.c (__dso_handle): Define.
authorAndrew Pinski <andrew_pinski@playstation.sony.com>
Thu, 30 Nov 2006 03:37:34 +0000 (03:37 +0000)
committerAndrew Pinski <pinskia@gcc.gnu.org>
Thu, 30 Nov 2006 03:37:34 +0000 (19:37 -0800)
2006-11-29  Andrew Pinski  <andrew_pinski@playstation.sony.com>

        * config/spu/crt0.c (__dso_handle): Define.

From-SVN: r119354

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

index ac547356375b975461fa5f7c1dd3bc52016e92f1..9db977ed6bd67f61ce5203522803b9b57bae9784 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 8c03abe12b6cbc42d6ae6309e20a204de96657ca..eee15922f1f6acea738a3ccc50b219852a8bb7ab 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.  */