Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: [netbsd-5] src/sys/arch/vax/vax



Module Name:    src
Committed By:   snj
Date:           Tue Feb 24 03:03:05 UTC 2009

Modified Files:
        src/sys/arch/vax/vax [netbsd-5]: trap.c

Log Message:
Pull up following revision(s) (requested by mhitch in ticket #479):
        sys/arch/vax/vax/trap.c: revision 1.118
On the vax, the trapsignal() call will change frame->sp to point to a
callg on the user's stack that calls the user's signal handler, so do
the skip_opcode() before calling trapsignal().  A floating point
overflow no longer causes a signal loop.  This should stop the native
compile hangs trying to compile src/lib/libm/complex/catan.ln.


To generate a diff of this commit:
cvs rdiff -r1.116.4.1 -r1.116.4.2 src/sys/arch/vax/vax/trap.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



Home | Main Index | Thread Index | Old Index