Notice: We have migrated to GitLab launching 2024-05-01 see here: https://gitlab.rtems.org/

Changes between Version 6 and Version 7 of Developer/Tracing/Trace_Linker


Ignore:
Timestamp:
03/16/15 01:33:01 (9 years ago)
Author:
Chris Johns
Comment:

Remove excess white space

Legend:

Unmodified
Added
Removed
Modified
  • Developer/Tracing/Trace_Linker

    v6 v7  
    9999;
    100100; We must provide a top level trace section.
    101 ;                                                                                                                                                                                                                                                                                                                         
     101;
    102102[tracer]
    103103;
     
    148148[test-trace]
    149149generator = printf-generator
    150 ; Just here for testing.                                                                                                                                                                                                                                                                                                 
     150; Just here for testing.
    151151trace = test_trace_3
    152152
    153153[test-trace-funcs]
    154 ; Parsed via the 'function-set', not parse as a 'trace'.                                                                                                                                                                                                                                                                 
     154; Parsed via the 'function-set', not parse as a 'trace'.
    155155headers = test-headers
    156156header = '#include "test-trace-2.h"'
     
    158158define = "#define TEST_TRACE_2 2"
    159159signatures = test-signatures
    160 ; Parsed via the 'trace', not parsed as a function-set                                                                                                                                                                                                                                                                   
     160; Parsed via the 'trace', not parsed as a function-set
    161161trace = test_trace_1, test_trace_2
    162162