summaryrefslogtreecommitdiff
path: root/test-trace.ini
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2014-08-01 16:44:32 +1000
committerChris Johns <chrisj@rtems.org>2014-08-01 16:48:09 +1000
commit482ca38073a878814640089086c0ba262e80e4cd (patch)
treeabbb44345656565ac3e302770155743f205b955c /test-trace.ini
parent742866c4ac6e2f674971225d26052b9af22bd6b3 (diff)
Add initial support for the RTEM Trace Linker.
The RTEMS Trace Linker or rtems-rld creates an RTEMS executable with trace support built in without any changes the existing code. This commit is an initial starting point with function signatures being read from INI files.
Diffstat (limited to 'test-trace.ini')
-rw-r--r--test-trace.ini14
1 files changed, 14 insertions, 0 deletions
diff --git a/test-trace.ini b/test-trace.ini
new file mode 100644
index 0000000..049e8e8
--- /dev/null
+++ b/test-trace.ini
@@ -0,0 +1,14 @@
+;
+; RTEMS Trace Linker Test Configuration.
+;
+; We must provide a top level trace section.
+;
+[trace]
+;
+; Name of the trace.
+;
+name = RTEMS Trace Linker Test
+;
+; Include the function signatures.
+;
+include = test-fsigs.ini