ARM64 rmodule: Add new reloc type R_AARCH64_CONDBR19
BUG=chrome-os-partner:41185 BRANCH=None TEST=Compiles successfully for ryu. Change-Id: I78ccc4b5ef8b49bae533e5a82323f07aaab01a7e Signed-off-by: Patrick Georgi <pgeorgi@chromium.org> Original-Commit-Id: cf9d288d4bbc91301dc814408bf5e3686b869974 Original-Change-Id: I24df0eb51883a634ec3d26d46f79a059a4f8394a Original-Signed-off-by: Furquan Shaikh <furquan@google.com> Original-Reviewed-on: https://chromium-review.googlesource.com/275749 Original-Trybot-Ready: Furquan Shaikh <furquan@chromium.org> Original-Tested-by: Furquan Shaikh <furquan@chromium.org> Original-Reviewed-by: Aaron Durbin <adurbin@chromium.org> Original-Commit-Queue: Furquan Shaikh <furquan@chromium.org> Reviewed-on: http://review.coreboot.org/10476 Reviewed-by: Furquan Shaikh <furquan@google.com> Tested-by: build bot (Jenkins)
This commit is contained in:
parent
07cf24c2ee
commit
16c0a413ad
|
@ -114,6 +114,7 @@ static int valid_reloc_aarch64(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_CONDBR19 ||
|
||||
type == R_AARCH64_JUMP26 ||
|
||||
type == R_AARCH64_LDST32_ABS_LO12_NC ||
|
||||
type == R_AARCH64_LDST64_ABS_LO12_NC ||
|
||||
|
|
Loading…
Reference in New Issue