summaryrefslogtreecommitdiffstats
path: root/testsuites
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2004-04-21 20:25:10 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2004-04-21 20:25:10 +0000
commitc6fe4b652f046b01b98cc99ae9dfb1b8bff2964b (patch)
tree528392261379699b79864d219c6203153ac56969 /testsuites
parent2004-04-21 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-c6fe4b652f046b01b98cc99ae9dfb1b8bff2964b.tar.bz2
2004-04-21 Joel Sherrill <joel@OARcorp.com>
PR 611/bsps * tm27/task1.c: Follow conventions for tm27 and do not add another macro definition.
Diffstat (limited to 'testsuites')
-rw-r--r--testsuites/tmtests/ChangeLog6
-rw-r--r--testsuites/tmtests/tm27/task1.c4
2 files changed, 6 insertions, 4 deletions
diff --git a/testsuites/tmtests/ChangeLog b/testsuites/tmtests/ChangeLog
index 1b79a022dd..4b2dd9435d 100644
--- a/testsuites/tmtests/ChangeLog
+++ b/testsuites/tmtests/ChangeLog
@@ -1,3 +1,9 @@
+2004-04-21 Joel Sherrill <joel@OARcorp.com>
+
+ PR 611/bsps
+ * tm27/task1.c: Follow conventions for tm27 and do not add another
+ macro definition.
+
2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org>
* tm01/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
diff --git a/testsuites/tmtests/tm27/task1.c b/testsuites/tmtests/tm27/task1.c
index 4df365e627..b02db1a4ff 100644
--- a/testsuites/tmtests/tm27/task1.c
+++ b/testsuites/tmtests/tm27/task1.c
@@ -22,10 +22,6 @@
#include <bsp.h>
-#if defined(Declarations_for_tm27)
-Declarations_for_tm27
-#endif
-
rtems_task Task_1(
rtems_task_argument argument
);