Changeset f1fc782e in rtems for c/src/lib/libbsp/mips
- Timestamp:
- Apr 7, 1997, 9:29:09 PM (24 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- dd1d1c7
- Parents:
- 318976f
- Location:
- c/src/lib/libbsp/mips/p4000/startup
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/mips/p4000/startup/bspclean.c
r318976f rf1fc782e 19 19 */ 20 20 21 #ifndef lint 22 static char _sccsid[] = "@(#)bspclean.c 03/15/96 1.1\n"; 23 #endif 21 /* 22 * Rather than deleting this, it is commented out to (hopefully) help 23 * the submitter send updates. 24 * 25 * static char _sccsid[] = "@(#)bspclean.c 03/15/96 1.1\n"; 26 */ 27 24 28 25 29 -
c/src/lib/libbsp/mips/p4000/startup/setvec.c
r318976f rf1fc782e 24 24 */ 25 25 26 #ifndef lint 27 static char _sccsid[] = "@(#)setvec.c 04/25/96 1.2\n"; 28 #endif 26 /* 27 * Rather than deleting this, it is commented out to (hopefully) help 28 * the submitter send updates. 29 * 30 * static char _sccsid[] = "@(#)setvec.c 04/25/96 1.2\n"; 31 */ 32 29 33 30 34 #include <rtems.h>
Note: See TracChangeset
for help on using the changeset viewer.