summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-09-17 18:13:35 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-09-17 18:13:35 +0000
commit57716a5f416c05700918ac0ca39ae01c4b3ebe94 (patch)
tree80b908b6055673c6c6c1cd06a51ecd1bf0624d80
parent964021db6ecf4257cc5a2725379f75dc98e33897 (diff)
2009-09-17 Joel Sherrill <joel.sherrill@oarcorp.com>
* Makefile, gen-soccon.c, gsocket.h, init.c: Make follow standard RTEMS test output format. Add output screens where appropriate.
-rw-r--r--gen-soconn/ChangeLog5
-rw-r--r--gen-soconn/Makefile4
-rw-r--r--gen-soconn/gen-soccon.c4
-rw-r--r--gen-soconn/gsocket.h4
-rw-r--r--gen-soconn/init.c2
5 files changed, 17 insertions, 2 deletions
diff --git a/gen-soconn/ChangeLog b/gen-soconn/ChangeLog
index 74cd072..15ee45f 100644
--- a/gen-soconn/ChangeLog
+++ b/gen-soconn/ChangeLog
@@ -1,3 +1,8 @@
+2009-09-17 Joel Sherrill <joel.sherrill@oarcorp.com>
+
+ * Makefile, gen-soccon.c, gsocket.h, init.c: Make follow standard RTEMS
+ test output format. Add output screens where appropriate.
+
2008-07-08 Joel Sherrill <joel.sherrill@oarcorp.com>
* gen-soccon.c, gsocket.h, init.c: Update.
diff --git a/gen-soconn/Makefile b/gen-soconn/Makefile
index 4e7ae34..268296f 100644
--- a/gen-soconn/Makefile
+++ b/gen-soconn/Makefile
@@ -1,9 +1,9 @@
#
# Makefile
#
-
+# See README.Makefiles in the main ada-examples directory.
#
-# RTEMS_MAKEFILE_PATH is typically set in an environment variable
+# $Id$
#
PGM=${ARCH}/gen-soccon.exe
diff --git a/gen-soconn/gen-soccon.c b/gen-soconn/gen-soccon.c
index 2991985..6407e7b 100644
--- a/gen-soconn/gen-soccon.c
+++ b/gen-soconn/gen-soccon.c
@@ -1,3 +1,7 @@
+/*
+ * $Id$
+ */
+
/****************************************************************************
* *
* GNAT SYSTEM UTILITIES *
diff --git a/gen-soconn/gsocket.h b/gen-soconn/gsocket.h
index c08ca79..8ca1702 100644
--- a/gen-soconn/gsocket.h
+++ b/gen-soconn/gsocket.h
@@ -1,3 +1,7 @@
+/*
+ * $Id$
+ */
+
/****************************************************************************
* *
* GNAT COMPILER COMPONENTS *
diff --git a/gen-soconn/init.c b/gen-soconn/init.c
index 5bb3cf2..1da464f 100644
--- a/gen-soconn/init.c
+++ b/gen-soconn/init.c
@@ -1,5 +1,7 @@
/*
* Simple main wrapper for RTEMS with configuration
+ *
+ * $Id$
*/
#include <bsp.h>