Subject: DEC/MIPS ABI and small structs?
To: None <port-pmax@netbsd.org>
From: Andrew Cagney <ac131313@cygnus.com>
List: port-pmax
Date: 07/15/2001 16:25:33
Hello,

I'm trying to find a little history on the original ABI used by DEC on 
the PMAX (little endian MIPS) machines.

I'm firstly wondering what the abi is correctly called.
Second, according to the ABI, how should small structs be passed vis:

struct c1 { char c; };
void foo (struct c1 c1);

	Andrew