ARM64 rmodule: Add new reloc type R_AARCH64_LDST8_ABS_LO12_NC
BUG=chrome-os-partner:33962 BRANCH=None TEST=Compiles and boots to kernel prompt. Signed-off-by: Furquan Shaikh <furquan@google.com> Change-Id: If132323885f23d75e1fcde064398e85c2c17f257 Reviewed-on: https://chromium-review.googlesource.com/231560 Reviewed-by: Aaron Durbin <adurbin@chromium.org> Tested-by: Furquan Shaikh <furquan@chromium.org> Commit-Queue: Furquan Shaikh <furquan@chromium.org>
This commit is contained in:
parent
1e43a081f7
commit
7a1c4d2f35
1 changed files with 1 additions and 0 deletions
|
|
@ -112,6 +112,7 @@ static int valid_reloc_aarch64(struct rmod_context *ctx, Elf64_Rela *rel)
|
|||
|
||||
return (type == R_AARCH64_ADR_PREL_PG_HI21 ||
|
||||
type == R_AARCH64_ADD_ABS_LO12_NC ||
|
||||
type == R_AARCH64_LDST8_ABS_LO12_NC ||
|
||||
type == R_AARCH64_JUMP26 ||
|
||||
type == R_AARCH64_LDST32_ABS_LO12_NC ||
|
||||
type == R_AARCH64_LDST64_ABS_LO12_NC ||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue