-
Notifications
You must be signed in to change notification settings - Fork 18.4k
Commit ffc85ee
cmd/internal/objabi,cmd/link: add support for additional riscv64 relocations
These additional relocation types are encountered when using the
Go race detector with riscv64.
Updates #64345
Change-Id: I6de6430165fb378463da1af9402198a3a31485ca
Reviewed-on: https://go-review.googlesource.com/c/go/+/690496
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
Reviewed-by: Cherry Mui <cherryyz@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Meng Zhuo <mengzhuo1203@gmail.com>1 parent 9de69f6 commit ffc85ee
File tree
4 files changed
+74
-30
lines changed- src/cmd
- internal/objabi
- link/internal
- loadelf
- riscv64
4 files changed
+74
-30
lines changedLines changed: 8 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
305 | 305 |
| |
306 | 306 |
| |
307 | 307 |
| |
308 | + | ||
309 | + | ||
310 | + | ||
311 | + | ||
312 | + | ||
313 | + | ||
314 | + | ||
315 | + | ||
308 | 316 |
| |
309 | 317 |
| |
310 | 318 |
| |
|
Lines changed: 32 additions & 30 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1178 | 1178 |
| |
1179 | 1179 |
| |
1180 | 1180 |
| |
1181 | + | ||
1181 | 1182 |
| |
1182 | 1183 |
| |
1183 | 1184 |
| |
|
Lines changed: 33 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
118 | 118 |
| |
119 | 119 |
| |
120 | 120 |
| |
121 | + | ||
122 | + | ||
123 | + | ||
124 | + | ||
125 | + | ||
126 | + | ||
127 | + | ||
128 | + | ||
129 | + | ||
130 | + | ||
131 | + | ||
132 | + | ||
133 | + | ||
134 | + | ||
135 | + | ||
136 | + | ||
137 | + | ||
138 | + | ||
139 | + | ||
140 | + | ||
121 | 141 |
| |
122 | 142 |
| |
123 | 143 |
| |
| |||
137 | 157 |
| |
138 | 158 |
| |
139 | 159 |
| |
160 | + | ||
161 | + | ||
162 | + | ||
163 | + | ||
164 | + | ||
140 | 165 |
| |
141 | 166 |
| |
142 | 167 |
| |
| |||
639 | 664 |
| |
640 | 665 |
| |
641 | 666 |
| |
667 | + | ||
668 | + | ||
669 | + | ||
670 | + | ||
671 | + | ||
672 | + | ||
673 | + | ||
674 | + | ||
642 | 675 |
| |
643 | 676 |
| |
644 | 677 |
| |
|
0 commit comments