about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorLzu Tao <taolzu@gmail.com>2020-10-04 07:30:01 +0000
committerLzu Tao <taolzu@gmail.com>2020-10-04 12:01:21 +0000
commit4d570fb45e7650f274853a2f47f86d17c2aa0784 (patch)
tree1a99c11ea6844ceb1e56fe23d03569111d4f8714 /src
parent79f477bb1fe81385aebde628e5a3f5c9168b24e0 (diff)
downloadrust-4d570fb45e7650f274853a2f47f86d17c2aa0784.tar.gz
rust-4d570fb45e7650f274853a2f47f86d17c2aa0784.zip
Removes reg aliases since there are many ABIs: o32/n32/n64
Diffstat (limited to 'src')
-rw-r--r--src/doc/unstable-book/src/library-features/asm.md3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/doc/unstable-book/src/library-features/asm.md b/src/doc/unstable-book/src/library-features/asm.md
index 47030a2ab47..6e4e1f78b96 100644
--- a/src/doc/unstable-book/src/library-features/asm.md
+++ b/src/doc/unstable-book/src/library-features/asm.md
@@ -602,7 +602,6 @@ Some registers have multiple names. These are all treated by the compiler as ide
 | ARM | `r13` | `sp` |
 | ARM | `r14` | `lr` |
 | ARM | `r15` | `pc` |
-| MIPS32 | `$[2-25]` | Please [see the Wikipedia page][mips-regs] |
 | RISC-V | `x0` | `zero` |
 | RISC-V | `x1` | `ra` |
 | RISC-V | `x2` | `sp` |
@@ -623,8 +622,6 @@ Some registers have multiple names. These are all treated by the compiler as ide
 | Hexagon | `r30` | `fr` |
 | Hexagon | `r31` | `lr` |
 
-[mips-regs]: https://en.wikibooks.org/wiki/MIPS_Assembly/Register_File#Registers
-
 Some registers cannot be used for input or output operands:
 
 | Architecture | Unsupported register | Reason |