[llvm-commits] Fwd: [llvm] r118413 - /llvm/trunk/lib/Target/ARM/ARMELFWriterInfo.h

Jason Kim jasonwkim at google.com
Thu Nov 11 14:07:52 PST 2010


---------- Forwarded message ----------
From: Jason Kim <jasonwkim at google.com>
Date: Thu, Nov 11, 2010 at 2:07 PM
Subject: Re: [llvm-commits] [llvm] r118413 -
/llvm/trunk/lib/Target/ARM/ARMELFWriterInfo.h
To: Rafael Espíndola <rafael.espindola at gmail.com>


On Tue, Nov 9, 2010 at 1:07 PM, Rafael Espíndola
<rafael.espindola at gmail.com> wrote:
>> +      R_ARM_THM_CALL              = 0x0a,
>
> The names don't match what I have on a linux system. For example
>
> #define R_ARM_THM_PC22          10
>
> Are there two independent naming conventions for ARM relocations?

The names are from the 2.08 ABI manual from ARM (aaelf)
ARM IHI 0044D, current through ABI release 2.08

I don't know where linux gets its names from.

Thanks
-jason

>
> Cheers,
> Rafael
>




More information about the llvm-commits mailing list