NetBSD/sys/arch/arm32/fpe-arm
mark 7b8910c01d Vastly simplified the FPE stubs code now that there are labels for all the
core entry points. i.e. the linker does the work rather than the stub code.
Optimised transferring the trapframe between UND32 and SVC32 mode stacks
in the fpe_post_proc handler.
Added experimental code to handle must of userret in UND32 mode. This means
that the copy of the trapframe and the switch to SVC32 mode is only needed
if mi_switch() has to be called. (This saves a vast number of pointless
trapframe copies).
1996-08-21 20:16:30 +00:00
..
armfpe.h Removed the prototype arm_fpe_mod_reloc(). 1996-08-21 20:06:26 +00:00
armfpe.s Re-written FPE core header. 1996-08-21 20:10:04 +00:00
armfpe_glue.S Vastly simplified the FPE stubs code now that there are labels for all the 1996-08-21 20:16:30 +00:00
armfpe_init.c