summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--cpukit/ChangeLog5
-rw-r--r--cpukit/score/include/rtems/system.h2
2 files changed, 5 insertions, 2 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 1f32b62568..9990229eba 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,3 +1,8 @@
+2005-01-14 Ralf Corsepius <ralf.corsepius@rtems.org>
+
+ PR 742/rtems
+ * score/include/rtems/system.h: Remove stringify().
+
2005-01-13 Joel Sherrill <joel@oarcorp.com>
Ralf Corsepius <ralf.corsepius@rtems.org>
diff --git a/cpukit/score/include/rtems/system.h b/cpukit/score/include/rtems/system.h
index 8b21dd17c2..1092cf4aa1 100644
--- a/cpukit/score/include/rtems/system.h
+++ b/cpukit/score/include/rtems/system.h
@@ -143,8 +143,6 @@ typedef void * proc_ptr;
#include <rtems/stdint.h>
#include <rtems/score/cpu.h> /* processor specific information */
-#define stringify( _x ) # _x
-
#define RTEMS_offsetof(type, field) \
((uint32_t ) &(((type *) 0)->field))