Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
NetBSD master CVS tree commits
mark
Mon Oct 14 18:31:30 PDT 1996
Update of /cvsroot/src/sys/arch/arm32/fpe-arm
In directory netbsd1:/var/slash-tmp/cvs-serv27122
Modified Files:
armfpe_init.c
Log Message:
Report the core identity string now available from the core header when
booting.
After assembling the post FP processing callback branch call
sync_icache() if CPU_SA110 is defined.
Return a valid signal code when raising a SIGFPE exception so
the cause of the SIGFPE can be determined.
Added the functions arm_fpe_getcontext() and arm_fpe_setcontext()
to obtain the FP context in a FPE independant form for the ptrace()
syscall.
mark
Mon Oct 14 18:33:53 PDT 1996
Update of /cvsroot/src/sys/arch/arm32/arm32
In directory netbsd1:/var/slash-tmp/cvs-serv27684
Modified Files:
db_trace.c
Log Message:
If CPU_SA110 is define adjust the traceback PC values by 4 as the
StrongARM stores PC+8 on STR and STM instructions rather than PC+12.
mark
Mon Oct 14 18:37:52 PDT 1996
Update of /cvsroot/src/sys/arch/arm32/fpe-arm
In directory netbsd1:/var/slash-tmp/cvs-serv27994
Modified Files:
armfpe_glue.S
Log Message:
Call mcount() for all fpe core entry points if GPROF and PROFILE_ASM
are defined.
Switch to SVC32 mode before delivering FP exceptions and switch back
to UND32 mode afterwards before exiting.
Home |
Main Index |
Thread Index |
Old Index