[PATCH][v3] Add AARCH64 relocation constants to elf/elf.h

Petr Machata pmachata@redhat.com
Sun Sep 15 14:09:00 GMT 2013


"Carlos O'Donell" <carlos@redhat.com> writes:

> On 09/03/2013 07:34 AM, Petr Machata wrote:
>> diff --git a/elf/elf.h b/elf/elf.h
>> index fe55c92..daf8374 100644
>> --- a/elf/elf.h
>> +++ b/elf/elf.h
>> @@ -2343,6 +2343,118 @@ typedef Elf32_Addr Elf32_Conflict;
>>  #define R_AARCH64_TLS_DTPREL64 1029	/* Module-relative offset, 64 bit.  */
>>  #define R_AARCH64_TLS_TPREL64  1030	/* TP-relative offset, 64 bit.  */
>>  #define R_AARCH64_TLSDESC      1031	/* TLS Descriptor.  */
>> +#define R_AARCH64_ABS16		259	/* Direct 16-bit.  */
>
> Is there any reason why aren't these in ascending numerical order
> to make them easier to find and look through?

My mistake.  I'll post an updated patch.

PM



More information about the Libc-alpha mailing list