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

Carlos O'Donell carlos@redhat.com
Fri Sep 13 20:51:00 GMT 2013


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.



More information about the Libc-alpha mailing list