summaryrefslogtreecommitdiffstats
path: root/linkers/test-trace.ini
diff options
context:
space:
mode:
Diffstat (limited to 'linkers/test-trace.ini')
-rw-r--r--linkers/test-trace.ini15
1 files changed, 11 insertions, 4 deletions
diff --git a/linkers/test-trace.ini b/linkers/test-trace.ini
index a6205d2..64da320 100644
--- a/linkers/test-trace.ini
+++ b/linkers/test-trace.ini
@@ -13,14 +13,14 @@ name = RTEMS Trace Linker Test
;
bsp = sparc/sis
;
-; Options can be defined here or on the command line.
-;
-options = all-funcs, verbose
-;
; Functions to trace.
;
traces = test-trace, test-trace-funcs, rtems-api-task
;
+; Specify the options.
+;
+options = test-options
+;
; Define the function sets. These are the function's that can be
; added to the trace lists.
;
@@ -31,6 +31,13 @@ functions = test-trace-funcs, rtems-api
include = rtems.ini, rtld-base.ini
;
+; Options can be defined here or on the command line.
+;
+[trace-options]
+all-funcs = true
+verbose = true
+
+;
; User application trace example.
;
[test-trace]