Changeset eba2e4f in rtems for c/src/lib/libbsp/arm
- Timestamp:
- Nov 1, 2000, 9:19:23 PM (20 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 042e156d
- Parents:
- 2af54bf
- Location:
- c/src/lib/libbsp/arm
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/arm/arm_bare_bsp/ChangeLog
r2af54bf reba2e4f 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/arm/arm_bare_bsp/startup/bspstart.c
r2af54bf reba2e4f 16 16 17 17 #include <bsp.h> 18 #include <rtems/libcsupport.h> 19 #include <rtems/libio.h> 20 18 21 #include <uart.h> 19 #include <libcsupport.h>20 #include <rtems/libio.h>21 22 22 23 /*-------------------------------------------------------------------------+ -
c/src/lib/libbsp/arm/armulator/ChangeLog
r2af54bf reba2e4f 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/arm/armulator/startup/bspstart.c
r2af54bf reba2e4f 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/arm/vegaplus/ChangeLog
r2af54bf reba2e4f 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/arm/vegaplus/startup/bspstart.c
r2af54bf reba2e4f 16 16 17 17 #include <bsp.h> 18 #include <rtems/libcsupport.h> 19 #include <rtems/libio.h> 20 18 21 #include <uart.h> 19 #include <libcsupport.h>20 #include <rtems/libio.h>21 22 22 23 /*-------------------------------------------------------------------------+
Note: See TracChangeset
for help on using the changeset viewer.