Warner Losh da96ff5dae Define __ELF_WORD_SIZE appropriately for n64. Note for N32 I believe
this is correct.  While registers are 64-bit, n32 is a 32-bit ABI and
lives in a 32-bit world (with explicit 64-bit registers, however).
Change an 8, which was 4 + 4 or sizeof(int) + SZREG to be a simple '4
+ SZREG' to reflect the actual offset of the structure in question.
2009-07-05 07:00:51 +00:00
..
2009-07-05 06:43:01 +00:00
2009-02-15 01:12:16 +00:00
2009-05-02 06:12:38 +00:00
2009-05-26 06:01:17 +00:00
2008-06-08 08:56:46 +00:00
2009-06-26 16:22:24 +00:00