public inbox for glibc-cvs@sourceware.org
help / color / mirror / Atom feed
* [glibc/arm/morello/main] elf: add Arm Morello relocations to elf.h
@ 2022-08-05 19:33 Szabolcs Nagy
  0 siblings, 0 replies; 4+ messages in thread
From: Szabolcs Nagy @ 2022-08-05 19:33 UTC (permalink / raw)
  To: glibc-cvs

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=bb5bc7694711a280b9bca50f322f1e12f934b92e

commit bb5bc7694711a280b9bca50f322f1e12f934b92e
Author: Carlos Eduardo Seo <carlos.seo@arm.com>
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 */


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [glibc/arm/morello/main] elf: add Arm Morello relocations to elf.h
@ 2022-11-23 14:44 Szabolcs Nagy
  0 siblings, 0 replies; 4+ messages in thread
From: Szabolcs Nagy @ 2022-11-23 14:44 UTC (permalink / raw)
  To: glibc-cvs

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=56d37dff3890e9ad65473ce0fd83965e1823f10c

commit 56d37dff3890e9ad65473ce0fd83965e1823f10c
Author: Carlos Eduardo Seo <carlos.seo@arm.com>
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 */

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [glibc/arm/morello/main] elf: add Arm Morello relocations to elf.h
@ 2022-10-27 13:54 Szabolcs Nagy
  0 siblings, 0 replies; 4+ messages in thread
From: Szabolcs Nagy @ 2022-10-27 13:54 UTC (permalink / raw)
  To: glibc-cvs

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=bf303fc30715ba02003d3b4176fa79d6534556e2

commit bf303fc30715ba02003d3b4176fa79d6534556e2
Author: Carlos Eduardo Seo <carlos.seo@arm.com>
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 */

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [glibc/arm/morello/main] elf: add Arm Morello relocations to elf.h
@ 2022-10-26 15:15 Szabolcs Nagy
  0 siblings, 0 replies; 4+ messages in thread
From: Szabolcs Nagy @ 2022-10-26 15:15 UTC (permalink / raw)
  To: glibc-cvs

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=6248bcbd23d4911f09fe0d038ec0911b8fe04f25

commit 6248bcbd23d4911f09fe0d038ec0911b8fe04f25
Author: Carlos Eduardo Seo <carlos.seo@arm.com>
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 */

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-11-23 14:44 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-05 19:33 [glibc/arm/morello/main] elf: add Arm Morello relocations to elf.h Szabolcs Nagy
2022-10-26 15:15 Szabolcs Nagy
2022-10-27 13:54 Szabolcs Nagy
2022-11-23 14:44 Szabolcs Nagy

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).