Changeset 443c35c1 in rtems
- Timestamp:
- 09/05/00 15:53:22 (23 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- a2af371
- Parents:
- a9b84f7
- Location:
- c/src/lib/libbsp/powerpc/shared
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/powerpc/shared/ChangeLog
ra9b84f7 r443c35c1 1 and libcsupport.h moved from libc to lib/include/rtems and 2 now must be referenced as <rtems/XXX.h>. Header file order 3 was cleaned up while doing this. 4 1 5 2000-09-29 Charles-Antoine Gauthier <charles.gauthier@nrc.ca> 2 6 -
c/src/lib/libbsp/powerpc/shared/start/start.S
ra9b84f7 r443c35c1 14 14 #include <libcpu/cpu.h> 15 15 #include <libcpu/io.h> 16 #include <rtems/score/cpuopts.h> /* for PPC_HAS_FPU */ 17 #include <rtems/score/cpu.h> 18 #include "asm.h" 16 #include <asm.h> /* for targopts.h and PPC_HAS_FPU */ 17 #include <rtems/score/cpu.h> /* for CPU_MINIMUM_STACK_FRAME_SIZE */ 19 18 20 19 #define SYNC \
Note: See TracChangeset
for help on using the changeset viewer.