gecko-dev/xpcom/reflect/xptcall
Sebastian Andrzej Siewior e812f65590 Bug 492299 - add support for soft-float for Linux/PPC, r=bsmedberg
current implemention assumes hard float what means dedicated floating
point registers are used for floating point numbers. This does not work
on soft float toolchains where dedicated floating point registers and
opcodes are not used and/or available. On such toolchains the gcc
compiler provides a built-in define __NO_FPRS__ to signalize such a
behavior.
2009-10-17 21:05:36 -07:00
..
public Bug 275004 Mozilla crashes on startup when compiled with IBM XL C++ v7 patch by shailen.n.jain@gmail.com r=timeless r=bsmedberg a=beltzner 2008-02-28 00:21:15 -08:00
src Bug 492299 - add support for soft-float for Linux/PPC, r=bsmedberg 2009-10-17 21:05:36 -07:00
tests Bug 520367 - xpcom/PowerPC Linux: fix wrong argument in padding in a rare case, r=bsmedberg 2009-10-17 18:19:29 -07:00
Makefile.in
README Backed out changeset 2df29cb1ed93 2009-02-07 15:07:36 +01:00
porting.html Backed out changeset 2df29cb1ed93 2009-02-07 15:07:36 +01:00
status.html Backed out changeset 2df29cb1ed93 2009-02-07 15:07:36 +01:00

README

see:

http://www.mozilla.org/scriptable/xptcall-faq.html
and
http://lxr.mozilla.org/mozilla/source/xpcom/reflect/xptcall/porting.html