summaryrefslogtreecommitdiffstats
path: root/linkers/libc.ini
diff options
context:
space:
mode:
Diffstat (limited to 'linkers/libc.ini')
-rwxr-xr-xlinkers/libc.ini17
1 files changed, 17 insertions, 0 deletions
diff --git a/linkers/libc.ini b/linkers/libc.ini
new file mode 100755
index 0000000..012f82e
--- /dev/null
+++ b/linkers/libc.ini
@@ -0,0 +1,17 @@
+;
+; RTEMS C Library Trace Configurations
+;
+[libc]
+headers = libc-headers
+defines = libc-defines
+; Heap
+include = libc-heap.ini
+signatures = libc-heap-signatures
+
+[libc-headers]
+header = "#include <stddef.h>"
+header = "#include <stdlib.h>"
+header = "#include <stdio.h>"
+
+[libc-defines]
+; Currently empty