From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1944) id 567483852C4D; Wed, 23 Nov 2022 14:44:01 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 567483852C4D DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1669214641; bh=8r+wD7fgNODM3S6dhU5d9D777WuWfsxZKtgMfGU1WZw=; h=From:To:Subject:Date:From; b=kmk7jhOpzi2rmnZk9EoQ0Gkt1snNL54z3fgeFw07mKSOnQ8z/xtAeuaVBlzgOFuAG tT4aVgnrVlxyDcdM6CB4aMqdloixfLk14S6MOO7JjrxexdMOkmjsmspZmmJqJgjw00 dZdqre5yjtrkFZVI8YdD3Wzuki5/mLc3vKqfI3MM= 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: d816620531d550a42d422fcb7cae534f260b30f3 X-Git-Newrev: 56d37dff3890e9ad65473ce0fd83965e1823f10c Message-Id: <20221123144401.567483852C4D@sourceware.org> Date: Wed, 23 Nov 2022 14:44:01 +0000 (GMT) List-Id: https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=56d37dff3890e9ad65473ce0fd83965e1823f10c commit 56d37dff3890e9ad65473ce0fd83965e1823f10c 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 014393f3cc..1eff0704d4 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 */