From 7364df67e04838021e61d54ff545777f9aba0210 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Sat, 27 Jan 2007 07:26:37 +0000 Subject: =?UTF-8?q?2007-01-27=09Ralf=20Cors=C3=A9pius=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 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. --- cpukit/ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog index 2c2077dc79..90364e542f 100644 --- a/cpukit/ChangeLog +++ b/cpukit/ChangeLog @@ -1,3 +1,11 @@ +2007-01-27 Ralf Corsépius + + * 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-26 Ralf Corsépius * score/include/rtems/system.h: -- cgit v1.2.3