This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


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?

All other targets use ascending numerical order.

Cheers,
Carlos.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]