From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1944) id E5A9E3853810; Wed, 26 Oct 2022 15:15:26 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org E5A9E3853810 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1666797334; bh=Dfd7yfmiY1VVDfK5EW17g5gbhR/+I3ZroZpOO8RaiCA=; h=From:To:Subject:Date:From; b=L0lFREFK049ZSAUeTw8quuqN81RG6RuNQt5r1HxJoR0T3R1Q3TuzMPj7LPUd3CK8l XERiblR2CIP+yeiXqW7SqRSzZez+ZVycQ+ZymFTPVE8FYCLLhRukgRsvr9PxjWiHMA CZcgitv6sFzwA1Wn2Cu9f9GtswCR5gtqp0TcW4vc= Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Szabolcs Nagy To: glibc-cvs@sourceware.org Subject: [glibc/arm/morello/main] elf: add Arm Morello relocations to elf.h X-Act-Checkin: glibc X-Git-Author: Carlos Eduardo Seo X-Git-Refname: refs/heads/arm/morello/main X-Git-Oldrev: 3446d29c354b04e4a8ccff5bdfdb9be28e061714 X-Git-Newrev: 6248bcbd23d4911f09fe0d038ec0911b8fe04f25 Message-Id: <20221026151534.E5A9E3853810@sourceware.org> Date: Wed, 26 Oct 2022 15:15:26 +0000 (GMT) List-Id: https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=6248bcbd23d4911f09fe0d038ec0911b8fe04f25 commit 6248bcbd23d4911f09fe0d038ec0911b8fe04f25 Author: Carlos Eduardo Seo Date: Wed Nov 18 17:22:25 2020 -0300 elf: add Arm Morello relocations to elf.h Diff: --- elf/elf.h | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/elf/elf.h b/elf/elf.h index 02a1b3f52f..f61eced554 100644 --- a/elf/elf.h +++ b/elf/elf.h @@ -2915,6 +2915,27 @@ enum /* AArch64 specific values for the st_other field. */ #define STO_AARCH64_VARIANT_PCS 0x80 +/* Morello relocs. */ +#define R_MORELLO_TSTBR14 57344 +#define R_MORELLO_CONDBR19 57345 +#define R_MORELLO_JUMP26 57346 +#define R_MORELLO_CALL26 57347 +#define R_MORELLO_LD_PREL_LO17 57348 +#define R_MORELLO_ADR_PREL_PG_HI20 57349 +#define R_MORELLO_ADR_PREL_PG_HI20_NC 57350 +#define R_MORELLO_ADR_GOT_PAGE 57351 +#define R_MORELLO_LD128_GOT_LO12_NC 57352 +#define R_MORELLO_TLSDESC_ADR_PAGE20 57600 +#define R_MORELLO_TLSDESC_LD128_LO12 57601 +#define R_MORELLO_TLSDESC_CALL 57602 +#define R_MORELLO_CAPINIT 59392 +#define R_MORELLO_GLOB_DAT 59393 +#define R_MORELLO_JUMP_SLOT 59394 +#define R_MORELLO_RELATIVE 59395 +#define R_MORELLO_IRELATIVE 59396 +#define R_MORELLO_TLSDESC 59397 +#define R_MORELLO_TPREL128 59398 + /* ARM relocs. */ #define R_ARM_NONE 0 /* No reloc */