From 9d2edff36f8a94d16f1c0a95f8ce0aae146a1181 Mon Sep 17 00:00:00 2001 From: gerioldman Date: Sun, 8 Oct 2023 18:30:53 +0200 Subject: [PATCH] Add TASKING to docs --- docs/markdown/Reference-tables.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/markdown/Reference-tables.md b/docs/markdown/Reference-tables.md index 86f3e9ea5668..194de3bc2424 100644 --- a/docs/markdown/Reference-tables.md +++ b/docs/markdown/Reference-tables.md @@ -47,6 +47,11 @@ These are return values of the `get_id` (Compiler family) and | armasm | Microsoft Macro Assembler for ARM and AARCH64 (Since 0.64.0) | | | mwasmarm | Metrowerks Assembler for Embedded ARM | | | mwasmeppc | Metrowerks Assembler for Embedded PowerPC | | +| cctc | TASKING VX-toolset for TriCore compiler | | +| ccarm | TASKING VX-toolset for ARM compiler | | +| cc51 | TASKING VX-toolset for 8051 compiler | | +| ccmsc | TASKING VX-toolset for MCS compiler | | +| ccpcp | TASKING VX-toolset for PCP compiler | | ## Linker ids @@ -76,6 +81,11 @@ These are return values of the `get_linker_id` method in a compiler object. | ccomp | CompCert used as the linker driver | | mwldarm | The Metrowerks Linker with the ARM interface, used with mwccarm only | | mwldeppc | The Metrowerks Linker with the PowerPC interface, used with mwcceppc only | +| ltc | TASKING VX-toolset for TriCore linker | +| lkarm | TASKING VX-toolset for ARM linker | +| lk51 | TASKING VX-toolset for 8051 linker | +| lmsc | TASKING VX-toolset for MCS linker | +| lpcp | TASKING VX-toolset for PCP linker | For languages that don't have separate dynamic linkers such as C# and Java, the `get_linker_id` will return the compiler name. @@ -133,6 +143,7 @@ set in the cross file. | wasm64 | 64 bit Webassembly | | x86 | 32 bit x86 processor | | x86_64 | 64 bit x86 processor | +| tricore | Tricore 32 bit processor | Any cpu family not listed in the above list is not guaranteed to