|
From: Marcel T. <te...@us...> - 2005-06-27 22:24:43
|
Update of /cvsroot/openwince/include In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30414 Modified Files: ChangeLog Makefile.am NEWS Log Message: 2005-06-27 Marcel Telka <ma...@te...> * stdint/stdint-hwbench.h: New file. * Makefile.am (noinst_HEADERS): Added stdint/stdint-hwbench.h. Index: NEWS =================================================================== RCS file: /cvsroot/openwince/include/NEWS,v retrieving revision 1.48 retrieving revision 1.49 diff -u -d -r1.48 -r1.49 --- NEWS 27 Jun 2005 15:45:05 -0000 1.48 +++ NEWS 27 Jun 2005 22:24:29 -0000 1.49 @@ -8,7 +8,8 @@ * Added Hitiachi HD64461 registers. * Added more manufacturer entries into Manufacturer's Identification Code database. * Changes in stdint.h support: - - Ported uintptr_t type to old Windows SDK (win32). + - Ported uintptr_t type to old Windows SDK (win32) + - Added stdint.h support for Hitachi Workbench (hwbench) * Changes in brux common headers: - Added new parameter (adr) for detectflash function * Added support for Hitachi Workbench. Index: Makefile.am =================================================================== RCS file: /cvsroot/openwince/include/Makefile.am,v retrieving revision 1.32 retrieving revision 1.33 diff -u -d -r1.32 -r1.33 --- Makefile.am 27 Jun 2005 15:45:05 -0000 1.32 +++ Makefile.am 27 Jun 2005 22:24:28 -0000 1.33 @@ -116,6 +116,7 @@ std/mic.h noinst_HEADERS = \ + stdint/stdint-hwbench.h \ stdint/stdint-win32.h nodist_openwinceinc_HEADERS = \ Index: ChangeLog =================================================================== RCS file: /cvsroot/openwince/include/ChangeLog,v retrieving revision 1.77 retrieving revision 1.78 diff -u -d -r1.77 -r1.78 --- ChangeLog 27 Jun 2005 15:45:04 -0000 1.77 +++ ChangeLog 27 Jun 2005 22:24:28 -0000 1.78 @@ -1,5 +1,10 @@ 2005-06-27 Marcel Telka <ma...@te...> + * stdint/stdint-hwbench.h: New file. + * Makefile.am (noinst_HEADERS): Added stdint/stdint-hwbench.h. + +2005-06-27 Marcel Telka <ma...@te...> + * win32/stdint.h: File renamed and moved ... * stdint/stdint-win32.h: ... here. * Makefile.am (noinst_HEADERS): Changed filename of stdint.h for win32. |