From 180fe7cc0cb1b5f85fa5ced188f7eb8e7026a4ff Mon Sep 17 00:00:00 2001 From: Slanterns Date: Thu, 20 Apr 2023 13:58:57 +0800 Subject: [PATCH] Style fix for loongarch-linux.md --- src/doc/rustc/src/platform-support/loongarch-linux.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/doc/rustc/src/platform-support/loongarch-linux.md b/src/doc/rustc/src/platform-support/loongarch-linux.md index d7d31d8724c6d..16ccaf46b2fbd 100644 --- a/src/doc/rustc/src/platform-support/loongarch-linux.md +++ b/src/doc/rustc/src/platform-support/loongarch-linux.md @@ -15,6 +15,8 @@ While the integer base ABI is implied by the machine field, the floating po | f32 | The base ABI uses 32-bit FPRs for parameter passing. (lp64f)| | sf | The base ABI uses no FPR for parameter passing. (lp64s) | +
+ |`ABI type(Base ABI/ABI extension)`| `C library` | `kernel` | `target tuple` | |----------------------------------|-------------|----------|----------------------------------| | lp64d/base | glibc | linux | loongarch64-unknown-linux-gnu |