Changeset 1aa101b in rtems
- Timestamp:
- 09/26/03 21:56:51 (19 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 8063a2c
- Parents:
- 3b1c100
- Location:
- cpukit/score/cpu/powerpc
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/score/cpu/powerpc/ChangeLog
r3b1c100 r1aa101b 1 2003-09-26 Joel Sherrill <joel@OARcorp.com> 2 3 * rtems/new-exceptions/cpu.h, rtems/old-exceptions/cpu.h: Obsoleting HP 4 PA-RISC port and removing all references. 5 1 6 2003-09-04 Joel Sherrill <joel@OARcorp.com> 2 7 -
cpukit/score/cpu/powerpc/rtems/new-exceptions/cpu.h
r3b1c100 r1aa101b 139 139 * If TRUE, then the RTEMS_FLOATING_POINT task attribute is assumed. 140 140 * If FALSE, then the RTEMS_FLOATING_POINT task attribute is followed. 141 *142 * So far, the only CPU in which this option has been used is the143 * HP PA-RISC. The HP C compiler and gcc both implicitly use the144 * floating point registers to perform integer multiplies. If145 * a function which you would not think utilize the FP unit DOES,146 * then one can not easily predict which tasks will use the FP hardware.147 * In this case, this option should be TRUE.148 141 * 149 142 * If CPU_HARDWARE_FP is FALSE, then this should be FALSE as well. -
cpukit/score/cpu/powerpc/rtems/old-exceptions/cpu.h
r3b1c100 r1aa101b 144 144 * If TRUE, then the RTEMS_FLOATING_POINT task attribute is assumed. 145 145 * If FALSE, then the RTEMS_FLOATING_POINT task attribute is followed. 146 *147 * So far, the only CPU in which this option has been used is the148 * HP PA-RISC. The HP C compiler and gcc both implicitly use the149 * floating point registers to perform integer multiplies. If150 * a function which you would not think utilize the FP unit DOES,151 * then one can not easily predict which tasks will use the FP hardware.152 * In this case, this option should be TRUE.153 146 * 154 147 * If CPU_HARDWARE_FP is FALSE, then this should be FALSE as well.
Note: See TracChangeset
for help on using the changeset viewer.