summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-09-17 17:38:36 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-09-17 17:38:36 +0000
commitffb49d6bd812d60b39a85e2cbece5aa65deac480 (patch)
tree73a703c0865169c5fe9f5ca02986b95e2dcdd9b7
parente3df5e2f3b380e3176bc3580167b5a864995ebe8 (diff)
2009-09-17 Joel Sherrill <joel.sherrill@oarcorp.com>
* Makefile, hello.adb: Make follow standard RTEMS test output format.
-rw-r--r--hello_world_ada/ChangeLog4
-rw-r--r--hello_world_ada/Makefile2
-rw-r--r--hello_world_ada/hello.adb2
3 files changed, 8 insertions, 0 deletions
diff --git a/hello_world_ada/ChangeLog b/hello_world_ada/ChangeLog
index 9b1bb8d..05ef665 100644
--- a/hello_world_ada/ChangeLog
+++ b/hello_world_ada/ChangeLog
@@ -1,5 +1,9 @@
2009-09-17 Joel Sherrill <joel.sherrill@oarcorp.com>
+ * Makefile, hello.adb: Make follow standard RTEMS test output format.
+
+2009-09-17 Joel Sherrill <joel.sherrill@oarcorp.com>
+
* hello.adb: Make follow standard RTEMS test output format.
* hello_world_ada.scn: New file.
* pc386-elf2boot: Removed.
diff --git a/hello_world_ada/Makefile b/hello_world_ada/Makefile
index 8602dcb..ce33624 100644
--- a/hello_world_ada/Makefile
+++ b/hello_world_ada/Makefile
@@ -2,6 +2,8 @@
# Makefile for Ada Dump URL example
#
# See README.Makefiles in the main ada-examples directory.
+#
+# $Id$
#
PROGRAM=hello
diff --git a/hello_world_ada/hello.adb b/hello_world_ada/hello.adb
index 803b94e..25c32fd 100644
--- a/hello_world_ada/hello.adb
+++ b/hello_world_ada/hello.adb
@@ -1,6 +1,8 @@
--
-- Hello World with Flair
--
+-- $Id$
+--
with Text_IO; use Text_IO;