Use ppc host calling convention definitions to set TCG_TARGET_CALL_{ALIGN_ARGS,STACK_...
authorJuergen Lock <nox@jelal.kn-bremen.de>
Fri, 19 Feb 2010 18:30:07 +0000 (19:30 +0100)
committermalc <av1474@comtv.ru>
Fri, 19 Feb 2010 22:37:33 +0000 (01:37 +0300)
commit9e994c93ace05dec489d0e70087eb8681dd465fd
treefeb24085268240c267ef2724db7af76f22fe9d7d
parente182305589374d76f1e7d3a9a2684a92e403b154
Use ppc host calling convention definitions to set TCG_TARGET_CALL_{ALIGN_ARGS,STACK_OFFSET}.

New version after malc's comments.  (This avoids having to do
  #if defined __linux__ || defined __FreeBSD__ || defined __FreeBSD_kernel__
for the third case.)

Submitted by: Andreas Tobler <andreast@fgznet.ch>  (original version)

Signed-off-by: Juergen Lock <nox@jelal.kn-bremen.de>
Signed-off-by: malc <av1474@comtv.ru>
tcg/ppc/tcg-target.h