Commit 6c669e2
74: Add link to Japanese translation r=eldruin a=adamgreig
75: Typo in cargo objdump argument r=adamgreig a=perlindgren
Found a small typo in `memory-layout.md`
``` console
cargo objdump --bin app -- -s -section .vector_table
```
should read
``` console
cargo objdump --bin app -- -s --section .vector_table
```
76: Fix link to LLVM libcalls-sync on custom targets page r=jamesmunns a=calvinkosmatka
Found a typo'd link on the custom targets page
Co-authored-by: Adam Greig <adam@adamgreig.com>
Co-authored-by: Per Lindgren <per.lindgren@ltu.se>
Co-authored-by: Calvin Kosmatka <calvin.kosmatka@gmail.com>
3 files changed
+10
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
67 | | - | |
| 67 | + | |
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
216 | 216 | | |
217 | 217 | | |
218 | 218 | | |
219 | | - | |
| 219 | + | |
220 | 220 | | |
221 | 221 | | |
222 | 222 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
36 | 44 | | |
37 | 45 | | |
38 | 46 | | |
| |||
0 commit comments