- Timestamp:
- 12/18/01 14:09:49 (21 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- b66116e
- Parents:
- 63bb806
- Location:
- c/src/exec/score/cpu/arm
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/exec/score/cpu/arm/ChangeLog
r63bb806 r7e950a4 1 2001-12-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * asm.h: include cpuopts.h instead of targopts.h 4 * rtems/score/arm.h: Use __arm__. 5 1 6 2001-11-28 Joel Sherrill <joel@OARcorp.com>, 2 7 -
c/src/exec/score/cpu/arm/asm.h
r63bb806 r7e950a4 37 37 #define ASM 38 38 #endif 39 #include <rtems/score/ targopts.h>39 #include <rtems/score/cpuopts.h> 40 40 #include <rtems/score/arm.h> 41 41 -
c/src/exec/score/cpu/arm/rtems/score/arm.h
r63bb806 r7e950a4 30 30 */ 31 31 32 #if defined( arm)32 #if defined(__arm__) 33 33 34 34 #define CPU_MODEL_NAME "arm"
Note: See TracChangeset
for help on using the changeset viewer.