2009-01-29 Miguel de Icaza <miguel@novell.com>
commit967cf165762c574f7d846484a13058efd9620e50
authormiguel <miguel@e3ebcda4-bce8-0310-ba0a-eca2169e7518>
Fri, 30 Jan 2009 00:38:55 +0000 (30 00:38 +0000)
committermiguel <miguel@e3ebcda4-bce8-0310-ba0a-eca2169e7518>
Fri, 30 Jan 2009 00:38:55 +0000 (30 00:38 +0000)
tree131ab27bcddc3ce03f944d4b9f07a0f2e80241cd
parentcb3fe79932ed5e53991d0887ff9b647a29e945cf
2009-01-29  Miguel de Icaza  <miguel@novell.com>

* method-to-ir.c (mono_method_to_ir): Type cast fix on some platforms.

* mini-ppc.h (MONO_ARCH_USE_SIGACTION): Do not define this for all
PPC targets as sigaction does not exist on all platforms, define
this on a per-platform basis.

Instead of erroring out if the platform is not defined, include
mini-ppc-os.h, and expect that the OS specific setting provides
the required information.

git-svn-id: svn+ssh://mono-cvs.ximian.com/source/trunk/mono@125033 e3ebcda4-bce8-0310-ba0a-eca2169e7518
mono/mini/ChangeLog
mono/mini/method-to-ir.c
mono/mini/mini-ppc.h
mono/mini/mini.h