[PATCH 1/4] Support MIPS64EL relocation type names

Eric Christopher echristo at gmail.com
Thu Apr 11 18:08:38 PDT 2013


I think this and the other 3 patches were subsumed by the one I looked
at earlier today?

-eric

On Fri, Apr 5, 2013 at 8:31 PM, Charles Davis <cdavis5x at gmail.com> wrote:
>
> On Apr 5, 2013, at 1:31 AM, Nico Rieck wrote:
>> diff --git a/include/llvm/Support/ELF.h b/include/llvm/Support/ELF.h
>> index ea597fc..232aadc 100644
>> --- a/include/llvm/Support/ELF.h
>> +++ b/include/llvm/Support/ELF.h
>> @@ -466,6 +466,7 @@ enum {
>>
>>  // ELF Relocation types for PPC64
>>  enum {
>> +  R_PPC64_NONE                = 0,
>>    R_PPC64_ADDR32              = 1,
>>    R_PPC64_ADDR16_LO           = 4,
>>    R_PPC64_ADDR16_HI           = 5,
>> @@ -486,6 +487,7 @@ enum {
>>    R_PPC64_TOC16_LO_DS         = 64,
>>    R_PPC64_TLS                 = 67,
>>    R_PPC64_TPREL16_LO          = 70,
>> +  R_PPC64_TPREL16_HA          = 72,
>>    R_PPC64_DTPREL16_LO         = 75,
>>    R_PPC64_DTPREL16_HA         = 77,
>>    R_PPC64_GOT_TLSGD16_LO      = 80,
> I think part of your second patch spilled over into your first :).
>
> Chip
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits



More information about the llvm-commits mailing list