[Simit-arm-cvs] simit-arm ChangeLog,1.4,1.5 Makefile.am,1.3,1.4
Brought to you by:
weiqin04
From: Wei Q. <wei...@us...> - 2005-05-20 06:11:37
|
Update of /cvsroot/simit-arm/simit-arm In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17311 Modified Files: ChangeLog Makefile.am Log Message: massive update, see changelog for details Index: Makefile.am =================================================================== RCS file: /cvsroot/simit-arm/simit-arm/Makefile.am,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** Makefile.am 2 Feb 2005 06:42:05 -0000 1.3 --- Makefile.am 20 May 2005 06:11:26 -0000 1.4 *************** *** 1,4 **** ! SUBDIRS = libosm emulator emu_single simulator decgen EXTRA_DIST = test/grep test/wc \ --- 1,4 ---- ! SUBDIRS = libosm emulator simulator decgen EXTRA_DIST = test/grep test/wc \ Index: ChangeLog =================================================================== RCS file: /cvsroot/simit-arm/simit-arm/ChangeLog,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** ChangeLog 2 Feb 2005 17:10:15 -0000 1.4 --- ChangeLog 20 May 2005 06:11:26 -0000 1.5 *************** *** 78,79 **** --- 78,88 ---- 4. Fixed one portability problem in decgen/decode.h. label_t is used somewhere in the library. Change that to dg_label_t. + + SimIt-ARM-2.2 + 1. Removed emu_single, reverted related changes in version 2.1. + Too complicated and not worthwhile the slight performance gain. + 2. Improved memory emulator, added access permission control. + 4. Remved the original external memory interface since the new memory + emulator has integrated similar function in a better way. + 3. Fixed some bugs in libosm/mpz_base.?pp. The bugs were irrelevant + to SimIt-ARM since this part of the library was not used in SimIt. |