summaryrefslogtreecommitdiffstats
path: root/c/src/exec/rtems/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2000-08-30 07:55:39 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2000-08-30 07:55:39 +0000
commit9c1c574bcaf7e858f6d52758e0bb5f06810c661f (patch)
treeabb7fea4e8f29ff0e3f662ee519b00105541ac88 /c/src/exec/rtems/ChangeLog
parent2000-08-30 Joel Sherrill <joel.sherrill@OARcorp.com> (diff)
downloadrtems-9c1c574bcaf7e858f6d52758e0bb5f06810c661f.tar.bz2
2000-08-30 Joel Sherrill <joel.sherrill@OARcorp.com>
* taskstart.c: Removed 1st cut at rtems_task_start_main_style. Only committed this so it could be easily revisited as we discussing moving main() to user space from BSP space.
Diffstat (limited to 'c/src/exec/rtems/ChangeLog')
-rw-r--r--c/src/exec/rtems/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/c/src/exec/rtems/ChangeLog b/c/src/exec/rtems/ChangeLog
index 6b3c637492..f5315bcd88 100644
--- a/c/src/exec/rtems/ChangeLog
+++ b/c/src/exec/rtems/ChangeLog
@@ -1,5 +1,11 @@
2000-08-30 Joel Sherrill <joel.sherrill@OARcorp.com>
+ * taskstart.c: Removed 1st cut at rtems_task_start_main_style.
+ Only committed this so it could be easily revisited as we
+ discussing moving main() to user space from BSP space.
+
+2000-08-30 Joel Sherrill <joel.sherrill@OARcorp.com>
+
* taskstart.c: Added 1st cut at rtems_task_start_main_style.
2000-08-10 Joel Sherrill <joel@OARcorp.com>