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 17:42:47 PDT 1996
Update of /cvsroot/src/sys/arch/arm32/fpe-arm
In directory netbsd1:/var/slash-tmp/cvs-serv25922

Modified Files:
        armfpe.h 
Log Message:
Include <machine/fp.h> and <machine/reg.h>
Define the two new fields added to the FPE core header in
the arm_fpe_mod_hdr_t structure.
Added prototypes for arm_fpe_getcontext() and arm_fpe_setcontext().
Updated the prototypes for arm_fpe_core_loadcontext() and
arm_fpe_core_savecontext() to pass a fp_context_frame pointer.


mark
Mon Oct 14 17:44:59 PDT 1996
Update of /cvsroot/src/sys/arch/arm32/include
In directory netbsd1:/var/slash-tmp/cvs-serv25975

Modified Files:
        katelib.h 
Log Message:
Added prototypes for tlb_flush(), cache_clean(), sync_caches() and
sync_icache().
Removed prototype for memset().
Added prototypes for atomic_set_bit() and atomic_clear_bit().


mark
Mon Oct 14 17:49:14 PDT 1996
Update of /cvsroot/src/sys/arch/arm32/fpe-arm
In directory netbsd1:/var/slash-tmp/cvs-serv26015

Modified Files:
        armfpe.s 
Log Message:
New build of the ARM FPE core. The core header now has a version
number field and an core identity string pointer.
Labels are now defined for all the entry points in the core header
structure so that the linker can relocate the branches to the core.
The core entry points are now branch instructions relative to the
start of the core so the address of the core function does not have to
be calcuated are call time.




Home | Main Index | Thread Index | Old Index