K 10 svn:author V 8 jmallett K 8 svn:date V 27 2010-03-23T02:14:23.176916Z K 7 svn:log V 337 Borrow some of nwhitehorn's approach to supporting 32-bit and 64-bit systems. Add PRI64 which expands to ll for ABIs where long long is 64-bits, but to l where long is 64-bits. Also always use the "l" prefix for pointer types as pointers and longs are the same length for MIPS ABIs (in the cases we currently do anything like support.) END