diff options
| author | Slanterns <slanterns.w@gmail.com> | 2023-04-20 13:58:57 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-04-20 13:58:57 +0800 |
| commit | 180fe7cc0cb1b5f85fa5ced188f7eb8e7026a4ff (patch) | |
| tree | 48a625c20d996707220609d3609ccbc0b33702ec /src/doc/rustc | |
| parent | dc730521efad6acf9b31fcc99c8a26789fa9a654 (diff) | |
| download | rust-180fe7cc0cb1b5f85fa5ced188f7eb8e7026a4ff.tar.gz rust-180fe7cc0cb1b5f85fa5ced188f7eb8e7026a4ff.zip | |
Style fix for loongarch-linux.md
Diffstat (limited to 'src/doc/rustc')
| -rw-r--r-- | src/doc/rustc/src/platform-support/loongarch-linux.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/doc/rustc/src/platform-support/loongarch-linux.md b/src/doc/rustc/src/platform-support/loongarch-linux.md index d7d31d8724c..16ccaf46b2f 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) | +<br> + |`ABI type(Base ABI/ABI extension)`| `C library` | `kernel` | `target tuple` | |----------------------------------|-------------|----------|----------------------------------| | lp64d/base | glibc | linux | loongarch64-unknown-linux-gnu | |
