Subject: missing pubassym.h macros
To: None <port-mips@netbsd.org>
From: Jonathan Stone <jonathan@DSG.Stanford.EDU>
List: port-mips
Date: 01/29/1999 13:30:46
A (complete?) list of symbols missing from asm.h and setjmp.h is:
    _JBLEN	   	/* should be 87 for 32-bit? */
    STAND_FRAME_SIZE	/* "default" stackframe size */
    STAND_RA_OFFSET	/* offset in std stackframe of return address */
    _OFFSETOF_SC_MASK	/* offset of sc_mask in sigcontext */
    _OFFSETOF_SC_REGS	/* offset of sc_regs in sigcontext */
    _OFFSETOF_SC_FPREGS	/* offset of sc_fpregs in sigcontext */

Should all these go in <mips/include/asm.h> with appropriate
32 vs 64-bit values?