Mercurial > ecos
diff packages/redboot/current/src/version.c @ 179:391299f9e541
Merge from eCos master repository on 2001-08-17-16:31:54-BST
| author | jlarmour |
|---|---|
| date | Fri, 17 Aug 2001 16:37:36 +0000 |
| parents | 4c750ce71ae3 |
| children | 9160a8005d76 |
line wrap: on
line diff
--- a/packages/redboot/current/src/version.c +++ b/packages/redboot/current/src/version.c @@ -75,8 +75,9 @@ #define _s(x) __s(x) char RedBoot_version[] CYGBLD_ATTRIB_WEAK = - "\nRedBoot(tm) bootstrap and debug environment, version " - _s(_REDBOOT_VERSION) " - built " __TIME__ ", " __DATE__ "\n\n"; + "\nRedBoot(tm) bootstrap and debug environment [" _s(CYG_HAL_STARTUP) "]" + "\n version " _s(_REDBOOT_VERSION) + " - built " __TIME__ ", " __DATE__ "\n\n"; // Override default GDB stubs 'info' // Note: this can still be a "weak" symbol since it will occur in the .o
