summaryrefslogtreecommitdiffstats
path: root/cpukit
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2007-01-27 07:28:06 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2007-01-27 07:28:06 +0000
commit2e908e6b783166a2090f2f2d26bb317745974c98 (patch)
tree0b8ec45eaf54bed611393259654f95ee09b677da /cpukit
parentRemove __RTEMS_MAJOR__, (diff)
downloadrtems-2e908e6b783166a2090f2f2d26bb317745974c98.tar.bz2
2007-01-27 Ralf Corsépius <ralf.corsepius@rtems.org>
* score/include/rtems/system.h: Remove __RTEMS_MAJOR__, __RTEMS_MINOR__, __RTEMS_REVISION__ (moved to cpuopt.h). * configure.ac: Dynamically derive __ __RTEMS_MAJOR__, __RTEMS_MINOR__, __RTEMS_REVISION__ from _RTEMS_VERSION. Add __RTEMS_MAJOR__, __RTEMS_MINOR__,__RTEMS_REVISION__ to cpuopt.h.
Diffstat (limited to 'cpukit')
-rw-r--r--cpukit/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 1a721ef45d..72efc119a2 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,3 +1,11 @@
+2007-01-27 Ralf Corsépius <ralf.corsepius@rtems.org>
+
+ * score/include/rtems/system.h: Remove __RTEMS_MAJOR__,
+ __RTEMS_MINOR__, __RTEMS_REVISION__ (moved to cpuopt.h).
+ * configure.ac: Dynamically derive __ __RTEMS_MAJOR__,
+ __RTEMS_MINOR__, __RTEMS_REVISION__ from _RTEMS_VERSION.
+ Add __RTEMS_MAJOR__, __RTEMS_MINOR__,__RTEMS_REVISION__ to cpuopt.h.
+
2007-01-16 Till Straumann <strauman@slac.stanford.edu>
* libnetworking/rtems/rtems_mii_ioctl.c,