source: rtems-tools/linkers/test-fsigs.ini @ ea29902

4.104.115
Last change on this file since ea29902 was ea29902, checked in by Chris Johns <chrisj@…>, on 08/01/14 at 06:44:32

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.

  • Property mode set to 100644
File size: 142 bytes
Line 
1[function-signatures]
2rtems_task_create = rtems_status_code, rtems_name, rtems_task_priority, size_t, rtems_mode, rtems_attribute, rtems_id*
3
Note: See TracBrowser for help on using the repository browser.