[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] Add missing ARM relocation codes and fix existing ones
From: |
Francesco Lavra |
Subject: |
Re: [PATCH] Add missing ARM relocation codes and fix existing ones |
Date: |
Mon, 01 Apr 2013 18:45:16 +0200 |
User-agent: |
Mozilla/5.0 (X11; Linux i686; rv:7.0.1) Gecko/20110929 Thunderbird/7.0.1 |
On 03/17/2013 09:36 PM, Francesco Lavra wrote:
> I'm working on the GRUB port to ARM using the EFI platform. When
> generating a relocatable ARM image, some relocation entries use a
> relocation code (0x33) which is not defined in include/grub/elf.h. So I
> went through the latest edition of the ELF specification for the ARM
> architecture (ARM IHI 0044E) and added the missing definitions to the
> header file. I also noticed some differences between the existing
> definitions and the spec: some relocation names are different from the
> spec, some definitions aren't in the spec at all, and one
> (R_ARM_IRELATIVE) has a different value than that from the spec. So
> while at it I fixed those differences as well. Hence this patch.
Ping?
Do you see any merit in this patch?
Thanks,
Francesco
- Re: [PATCH] Add missing ARM relocation codes and fix existing ones,
Francesco Lavra <=