Mercurial > ecos-v3_0-branch
comparison packages/redboot/current/src/version.c @ 156:b939e9cada46
Merge from eCos master repository on 2001-03-29-21:44:39-BST
| author | jlarmour |
|---|---|
| date | Fri, 06 Apr 2001 17:20:13 +0000 |
| parents | 2e9a636d9de9 |
| children | cd45958b28ff |
comparison
equal
deleted
inserted
replaced
| 155:70a4cc6d69d2 | 156:b939e9cada46 |
|---|---|
| 21 // The Original Code is eCos - Embedded Configurable Operating System, | 21 // The Original Code is eCos - Embedded Configurable Operating System, |
| 22 // released September 30, 1998. | 22 // released September 30, 1998. |
| 23 // | 23 // |
| 24 // The Initial Developer of the Original Code is Red Hat. | 24 // The Initial Developer of the Original Code is Red Hat. |
| 25 // Portions created by Red Hat are | 25 // Portions created by Red Hat are |
| 26 // Copyright (C) 1998, 1999, 2000 Red Hat, Inc. | 26 // Copyright (C) 1998, 1999, 2000, 2001 Red Hat, Inc. |
| 27 // All Rights Reserved. | 27 // All Rights Reserved. |
| 28 // ------------------------------------------- | 28 // ------------------------------------------- |
| 29 // | 29 // |
| 30 //####COPYRIGHTEND#### | 30 //####COPYRIGHTEND#### |
| 31 //========================================================================== | 31 //========================================================================== |
| 57 // Replacing the information exported herein is accomplished via the techniques | 57 // Replacing the information exported herein is accomplished via the techniques |
| 58 // outlined above. | 58 // outlined above. |
| 59 // | 59 // |
| 60 | 60 |
| 61 char RedBoot_version[] CYGBLD_ATTRIB_WEAK = | 61 char RedBoot_version[] CYGBLD_ATTRIB_WEAK = |
| 62 "\nRedBoot(tm) debug environment - built " __TIME__ ", " __DATE__ "\n"; | 62 "\nRedBoot(tm) bootstrap and debug environment - built " __TIME__ ", " __DATE__ "\n\n"; |
| 63 | 63 |
| 64 // Override default GDB stubs 'info' | 64 // Override default GDB stubs 'info' |
| 65 // Note: this can still be a "weak" symbol since it will occur in the .o | 65 // Note: this can still be a "weak" symbol since it will occur in the .o |
| 66 // file explicitly mentioned in the link command. User programs will | 66 // file explicitly mentioned in the link command. User programs will |
| 67 // still be allowed to override it. | 67 // still be allowed to override it. |
