[PATCH] arm64: Add support of R_AARCH64_PREL32 relocation in purgatory

Geoff Levand geoff at infradead.org
Wed Oct 26 12:57:52 PDT 2016


On 10/25/2016 09:40 PM, Pratyush Anand wrote:
> +	case R_AARCH64_PREL32:
> +		type = "PREL32";
> +		loc32 = ptr;
> +		*loc32 = cpu_to_elf32(ehdr, elf32_to_cpu(ehdr, *loc32) + value - address);

Please keep line width less than 80 chars.

> +		break;




More information about the kexec mailing list