summaryrefslogtreecommitdiff
path: root/linkers/test-trace-2.h
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2014-09-06 20:19:45 +1000
committerChris Johns <chrisj@rtems.org>2014-09-06 20:19:45 +1000
commit88071359647afc58d1dfcd02df36466d78de62a4 (patch)
tree8cdf32eed4b3881d345a13b1e15e18f963e05555 /linkers/test-trace-2.h
parenta916fa4230128a1496b9c0ce12d1fd085d4737aa (diff)
Refactor the CC flags. Fix the various linkers. The trace linker is compiling.
Diffstat (limited to 'linkers/test-trace-2.h')
-rw-r--r--linkers/test-trace-2.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/linkers/test-trace-2.h b/linkers/test-trace-2.h
new file mode 100644
index 0000000..4239baa
--- /dev/null
+++ b/linkers/test-trace-2.h
@@ -0,0 +1,7 @@
+
+#if !defined (_TEST_TRACE_2_H_)
+#define _TEST_TRACE_2_H_
+
+typedef double test_type_2;
+
+#endif