On Tue, Feb 16, 2010 at 08:50:49PM +0100, Paolo Bonzini wrote: > > >> Nope, not found on FreeBSD. (Also I would kinda doubt that sysctl is > >> standardized?) > > > > _CALL_SYSV means that calling convention is SysV one, nothing to do with > > sysctl, and i wanted you/patch author to run it on FreeBSD/PPC... > > Yes, one of _CALL_SYSV, _CALL_AIX, _CALL_DARWIN is always defined by GCC > on PPC. Don't know about other compilers.
Aaah, now I understand, malc meant this patch: [PATCH 3/3] Add FreeBSD/ppc host TCG_TARGET_CALL_{ALIGN_ARGS,STACK_OFFSET} definitions. not the ppc_init_cacheline_sizes() one, right? :) Anyway, I'll pass the question on... Juergen