summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2004-01-11 04:33:16 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2004-01-11 04:33:16 +0000
commit9a67a30685036e4591730569032fc3a448999086 (patch)
tree12d326a7e8f89bb28656ace5cc12971acbcc0a21
parent31afd6b467c4ef0cd4838ac28059521bfe674ac1 (diff)
2004-01-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* macros/rtems/score/README: Remove (Redundant with macros/README).
-rw-r--r--cpukit/score/ChangeLog4
-rw-r--r--cpukit/score/macros/rtems/score/README18
2 files changed, 4 insertions, 18 deletions
diff --git a/cpukit/score/ChangeLog b/cpukit/score/ChangeLog
index c3ef49c96e..661833de3b 100644
--- a/cpukit/score/ChangeLog
+++ b/cpukit/score/ChangeLog
@@ -1,3 +1,7 @@
+2004-01-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * macros/rtems/score/README: Remove (Redundant with macros/README).
+
2003-12-16 Joel Sherrill <joel@OARcorp.com>
PR 543/rtems
diff --git a/cpukit/score/macros/rtems/score/README b/cpukit/score/macros/rtems/score/README
deleted file mode 100644
index b2f0c4d481..0000000000
--- a/cpukit/score/macros/rtems/score/README
+++ /dev/null
@@ -1,18 +0,0 @@
-#
-# $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.