[be] temporarily ignore size of a callee func call's return value.
commitb9233b60767bdab82759e4786562ad3c3df69be0
authorJeff Garzik <jgarzik@redhat.com>
Thu, 11 Sep 2003 22:07:23 +0000 (11 15:07 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Fri, 8 Apr 2005 04:01:14 +0000 (7 21:01 -0700)
tree78b510e7692425a6ba46710d3955147d7b9cceb3
parent05904883b31cd2b7f783a148955f9fbe0f3215c5
[be] temporarily ignore size of a callee func call's return value.
Now, we just assume it's the ABI size (32 bits) rather than
care about the distinction between what we want to return up the
parse tree stack (possibly not 32 bits), and what the ABI gives
us (32 bits).

Also, add new file validation/test-be.c, to house a growing
collection of basic sanity checks I can run, to help avoid
regressions.
compile-i386.c
validation/test-be.c [new file with mode: 0644]