From ffb49d6bd812d60b39a85e2cbece5aa65deac480 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 17 Sep 2009 17:38:36 +0000 Subject: 2009-09-17 Joel Sherrill * Makefile, hello.adb: Make follow standard RTEMS test output format. --- hello_world_ada/ChangeLog | 4 ++++ hello_world_ada/Makefile | 2 ++ hello_world_ada/hello.adb | 2 ++ 3 files changed, 8 insertions(+) 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,3 +1,7 @@ +2009-09-17 Joel Sherrill + + * Makefile, hello.adb: Make follow standard RTEMS test output format. + 2009-09-17 Joel Sherrill * hello.adb: Make follow standard RTEMS test output format. 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; -- cgit v1.2.3