summaryrefslogtreecommitdiffstats
path: root/cpukit/score/macros/README
blob: b2f0c4d481cbea069a2328d260561bb12e2b6b37 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#
#  $Id$
#

The files in this directory are not considered the "primary" source
of inlined routines for RTEMS.  The "inline" directory contains
the implementations of the inlined basis which are regularly
tested.  In general, an effort is made to keep the contents of
this directory up to date but testing is only performed irregularly
and even then it is usually with a single target processor and BSP.

The primary purpose of the code in this directory is to insure
that RTEMS can be compiled using a C compiler which does not support
static inline routines.

These were last successfully tested on 2/1/95 on a prerelease version
of 3.2.0.  The testing was done only on the Force CPU386 i386 target board.
No testing was done on version of the code in the final release.