- Timestamp:
- 11/01/00 21:29:47 (22 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 2e0fd427
- Parents:
- fed03bc
- Location:
- c/src/lib/libbsp
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/a29k/portsw/ChangeLog
rfed03bc r8262fda 1 2000-11-01 Joel Sherrill <joel@OARcorp.com> 2 3 * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h, 4 and libcsupport.h moved from libc to lib/include/rtems and 5 now must be referenced as <rtems/XXX.h>. Header file order 6 was cleaned up while doing this. 7 1 8 2000-10-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 9 -
c/src/lib/libbsp/h8300/h8sim/ChangeLog
rfed03bc r8262fda 1 2 2000-11-01 Joel Sherrill <joel@OARcorp.com> 3 4 * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h, and 5 libcsupport.h moved from libc to lib/include/rtems and 6 now must be referenced as <rtems/XXX.h>. Header file order 7 was cleaned up while doing this. 1 8 2 9 2000-10-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de> -
c/src/lib/libbsp/h8300/h8sim/startup/bspstart.c
rfed03bc r8262fda 15 15 */ 16 16 17 #include <string.h> 18 17 19 #include <bsp.h> 18 20 #include <rtems/libio.h> 19 20 #include <libcsupport.h> 21 22 #include <string.h> 21 #include <rtems/libcsupport.h> 23 22 24 23 /* -
c/src/lib/libbsp/m68k/gen68302/ChangeLog
rfed03bc r8262fda 1 2000-11-01 Joel Sherrill <joel@OARcorp.com> 2 3 * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h, and 4 libcsupport.h moved from libc to lib/include/rtems and 5 now must be referenced as <rtems/XXX.h>. Header file order 6 was cleaned up while doing this. 7 1 8 2000-10-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 9 -
c/src/lib/libbsp/m68k/gen68302/startup/bspstart.c
rfed03bc r8262fda 15 15 */ 16 16 17 #include <string.h> 18 17 19 #include <bsp.h> 18 20 #include <rtems/libio.h> 19 20 #include <libcsupport.h> 21 22 #include <string.h> 21 #include <rtems/libcsupport.h> 23 22 24 23 /* -
c/src/lib/libbsp/sh/gensh1/ChangeLog
rfed03bc r8262fda 1 2000-11-01 Joel Sherrill <joel@OARcorp.com> 2 3 * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h, and 4 libcsupport.h moved from libc to lib/include/rtems and 5 now must be referenced as <rtems/XXX.h>. Header file order 6 was cleaned up while doing this. 7 1 8 2000-10-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 9 -
c/src/lib/libbsp/sh/gensh1/startup/bspstart.c
rfed03bc r8262fda 26 26 */ 27 27 28 #include <string.h> 29 28 30 #include <bsp.h> 29 31 #include <rtems/libio.h> 30 31 #include <libcsupport.h> 32 33 #include <string.h> 32 #include <rtems/libcsupport.h> 34 33 35 34 /*
Note: See TracChangeset
for help on using the changeset viewer.