crt0.c (__dso_handle): Define.
2006-11-29 Andrew Pinski <andrew_pinski@playstation.sony.com> * config/spu/crt0.c (__dso_handle): Define. From-SVN: r119354
This commit is contained in:
parent
2954a81343
commit
8fdb55720f
2 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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. */
|
||||
|
|
Loading…
Add table
Reference in a new issue