summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 1b05137e12..01f7bceb2d 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,3 +1,10 @@
+2010-07-06 Sebastian Huber <sebastian.huber@embedded-brains.de>
+
+ * score/src/isrthreaddispatch.c: Removed file.
+ * score/Makefile.am: Reflect change above.
+ * score/include/rtems/score/isr.h: Removed _ISR_Thread_dispatch()
+ declaration.
+
2010-07-05 Joel Sherrill <joel.sherrill@oarcorp.com>
* libcsupport/src/getrusage.c: Formatting.