summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2010-07-16 08:31:34 +0000
committerSebastian Huber <sebastian.huber@embedded-brains.de>2010-07-16 08:31:34 +0000
commit9f9a82bdced91b9de49426dc7d73b57d48917112 (patch)
tree2a12b57a1bf29369deb5add358fea2660f9ba660 /cpukit/ChangeLog
parent2010-07-16 Sebastian Huber <sebastian.huber@embedded-brains.de> (diff)
downloadrtems-9f9a82bdced91b9de49426dc7d73b57d48917112.tar.bz2
2010-07-16 Sebastian Huber <sebastian.huber@embedded-brains.de>
* score/include/rtems/score/basedefs.h: New file. * score/Makefile.am, score/preinstall.am: Reflect change above. * score/include/rtems/score/percpu.h: Include <rtems/score/cpu.h>. * score/include/rtems/system.h: Moved definition of SCORE_EXTERN, SAPI_EXTERN, RTEMS_EXTERN, POSIX_EXTERN, RTEMS_INLINE_ROUTINE, RTEMS_COMPILER_MEMORY_BARRIER, RTEMS_COMPILER_NO_RETURN_ATTRIBUTE, RTEMS_COMPILER_DEPRECATED_ATTRIBUTE, TRUE, and FALSE to <rtems/score/basedefs.h>. Removed include of <rtems/score/cpu.h>, <stdint.h> and <stddef.h>.
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 39591f2737..9b7540eb38 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,17 @@
2010-07-16 Sebastian Huber <sebastian.huber@embedded-brains.de>
+ * score/include/rtems/score/basedefs.h: New file.
+ * score/Makefile.am, score/preinstall.am: Reflect change above.
+ * score/include/rtems/score/percpu.h: Include <rtems/score/cpu.h>.
+ * score/include/rtems/system.h: Moved definition of SCORE_EXTERN,
+ SAPI_EXTERN, RTEMS_EXTERN, POSIX_EXTERN, RTEMS_INLINE_ROUTINE,
+ RTEMS_COMPILER_MEMORY_BARRIER, RTEMS_COMPILER_NO_RETURN_ATTRIBUTE,
+ RTEMS_COMPILER_DEPRECATED_ATTRIBUTE, TRUE, and FALSE to
+ <rtems/score/basedefs.h>.
+ Removed include of <rtems/score/cpu.h>, <stdint.h> and <stddef.h>.
+
+2010-07-16 Sebastian Huber <sebastian.huber@embedded-brains.de>
+
* libmd/md4.c: Removed definition of TRUE and FALSE.
2010-07-15 Joel Sherrill <joel.sherrill@oarcorp.com>