Changeset 691fed92 in rtems
- Timestamp:
- 03/06/03 06:12:27 (19 years ago)
- Children:
- 5bc48b5
- Parents:
- 0b5d1b0a
- Location:
- cpukit/sapi
- Files:
-
- 7 deleted
- 1 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
cpukit/sapi/ChangeLog
r0b5d1b0a r691fed92 1 2003-02-28 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * include/rtems/sptables.h.in: Remove RTEMS_VERSION (Moved to 4 cpuopts.h). 1 2003-03-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * include/rtems/sptables.h.in: Remove. 4 * include/rtems/sptables.h: New. 5 * include/.cvsignore: Remove. 6 * include/rtems/.cvsignore: Remove. 7 * inline/.cvsignore: Remove. 8 * inline/rtems/.cvsignore: Remove. 9 * macros/.cvsignore: Remove. 10 * macros/rtems/.cvsignore: Remove. 11 * src/.cvsignore: Remove. 5 12 6 13 2003-02-03 Joel Sherrill <joel@OARcorp.com> -
cpukit/sapi/include/rtems/sptables.h
r0b5d1b0a r691fed92 64 64 #endif 65 65 66 #if defined(SAPI_INIT)67 const char _RTEMS_version[] =68 "RTEMS RELEASE " RTEMS_VERSION69 "(" CPU_NAME "/" CPU_MODEL_NAME "/@RTEMS_BSP@)";70 #else71 66 extern const char _RTEMS_version[]; 72 #endif73 67 74 68 #ifdef __cplusplus
Note: See TracChangeset
for help on using the changeset viewer.