From dabca92eee2a796c4156d34ae11c043fcde5703c Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 17 Sep 2009 17:38:42 +0000 Subject: 2009-09-17 Joel Sherrill * Makefile.shared, hello_via_task/hello.adb: Make follow standard RTEMS test output format. --- ChangeLog | 5 +++++ Makefile.shared | 2 +- hello_via_task/hello.adb | 4 ++-- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 3d3712d..ecd69cc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2009-09-17 Joel Sherrill + + * Makefile.shared, hello_via_task/hello.adb: Make follow standard RTEMS + test output format. + 2009-09-17 Joel Sherrill * Makefile.shared, hello_via_task/.cvsignore: Update or add .cvsignore. diff --git a/Makefile.shared b/Makefile.shared index 5cf8f9b..fff4ac6 100644 --- a/Makefile.shared +++ b/Makefile.shared @@ -49,7 +49,7 @@ joel: $(CC) -mcpu=403 -print-multi-directory $(PROGRAM).exe: rtems_init.o $(FILESYSTEM_OBJS) $(EXTRA_OBJS) - $(AS:as=gnatmake) $(RTS) -g -v $(EXTRA_GNATFLAGS) \ + $(AS:as=gnatmake) $(CPU_CFLAGS) -g -v $(EXTRA_GNATFLAGS) \ -I$(RTEMS_MAKEFILE_PATH)/lib/include/adainclude \ -O -gnata -gnatE -gnato -g $(PROGRAM) -o $(@) \ -bargs -Mgnat_main \ diff --git a/hello_via_task/hello.adb b/hello_via_task/hello.adb index 3d22eaf..4b50b38 100644 --- a/hello_via_task/hello.adb +++ b/hello_via_task/hello.adb @@ -10,7 +10,7 @@ procedure Hello is task body Hello_Task is begin - Put_Line ("GNAT/RTEMS Hello World Test"); + Put_Line ("*** GNAT/RTEMS Hello World Test ***"); New_Line; Put_Line ("Welcome to the World of Lady Ada"); @@ -19,7 +19,7 @@ procedure Hello is delay 2.5; Put_Line ("Delay Complete"); - Put_Line ("Test Complete"); + Put_Line ("*** END OF GNAT/RTEMS Hello World Test ***"); end Hello_Task; begin -- cgit v1.2.3