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;