Commit d73d280
ARC: add new disp25 reloc
Add the R_ARC_S25H_PCREL relocation to the list of known
and resolve this relocation.
Replacement of jump instructions (j) to branches (b) in the .fixup
section (commit 955b7c7) cause to appearance of the new relocation
type R_ARC_S25H_PCREL, which can be added by the compiler to handle
relative offsets in kernel modules.
Fixes: 955b7c7 (ARCv3: link above 4GB: handle 64-bit literals in final link)
Signed-off-by: Pavel Kozlov <pavel.kozlov@synopsys.com>1 parent 8d25135 commit d73d280
2 files changed
+17
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| 51 | + | |
51 | 52 | | |
52 | 53 | | |
53 | 54 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
22 | 35 | | |
23 | 36 | | |
24 | 37 | | |
| |||
105 | 118 | | |
106 | 119 | | |
107 | 120 | | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
108 | 124 | | |
109 | 125 | | |
110 | 126 | | |
| |||
0 commit comments