summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-09-15 21:16:45 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-09-15 21:16:45 +0000
commit57016012e0db6cfef603c3f4bb638b8a84efb90e (patch)
tree625c1037e6d5ddfa5a5aface845279466b0dd6da
parent2009-09-15 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadada-examples-57016012e0db6cfef603c3f4bb638b8a84efb90e.tar.bz2
2009-09-15 Joel Sherrill <joel.sherrill@oarcorp.com>
Makefiles assume Ada main is in PROGRAM.adb. * shell.adb: New file. * main.adb: Removed.
-rw-r--r--shell/ChangeLog6
-rw-r--r--shell/shell.adb (renamed from shell/main.adb)0
2 files changed, 6 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog
index 7c8e66f..cdc285a 100644
--- a/shell/ChangeLog
+++ b/shell/ChangeLog
@@ -1,5 +1,11 @@
2009-09-15 Joel Sherrill <joel.sherrill@oarcorp.com>
+ Makefiles assume Ada main is in PROGRAM.adb.
+ * shell.adb: New file.
+ * main.adb: Removed.
+
+2009-09-15 Joel Sherrill <joel.sherrill@oarcorp.com>
+
* .cvsignore, ChangeLog, Makefile, README, commands.adb, commands.ads,
config.h, main.adb, rtems_shell.ads, shell_init.c: New files.
diff --git a/shell/main.adb b/shell/shell.adb
index a4ae014..a4ae014 100644
--- a/shell/main.adb
+++ b/shell/shell.adb