public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
From: vincentc <vincentc@andestech.com>
To: <libc-alpha@sourceware.org>
Cc: <deanbo422@gmail.com>, <cnoize@andestech.com>,
	vincentc <vincentc@andestech.com>
Subject: [PATCH 10/11] Add Andes nds32 dynamic relocation type to elf/elf.h.
Date: Sun, 06 May 2018 14:42:00 -0000	[thread overview]
Message-ID: <1525617685-32083-11-git-send-email-vincentc@andestech.com> (raw)
In-Reply-To: <1525617685-32083-1-git-send-email-vincentc@andestech.com>

---
 elf/elf.h | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/elf/elf.h b/elf/elf.h
index 954f326..27add77 100644
--- a/elf/elf.h
+++ b/elf/elf.h
@@ -3855,6 +3855,16 @@ enum
 #define R_METAG_TLS_LE_HI16	60
 #define R_METAG_TLS_LE_LO16	61
 
+/* NDS32 relocations.  */
+#define R_NDS32_NONE		0
+#define R_NDS32_32_RELA 	20
+#define R_NDS32_COPY		39
+#define R_NDS32_GLOB_DAT	40
+#define R_NDS32_JMP_SLOT	41
+#define R_NDS32_RELATIVE	42
+#define R_NDS32_TLS_TPOFF	102
+#define R_NDS32_TLS_DESC	119
+
 __END_DECLS
 
 #endif	/* elf.h */
-- 
2.7.4

  parent reply	other threads:[~2018-05-06 14:42 UTC|newest]

Thread overview: 31+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-05-06 14:41 [PATCH 00/11] nds32 glibc Port v1 vincentc
2018-05-06 14:42 ` [PATCH 04/11] nds32: Startup and Dynamic Loader vincentc
2018-05-06 14:42 ` [PATCH 01/11] nds32: Build Infastructure vincentc
2018-05-08 14:49   ` Joseph Myers
2018-05-09  8:32     ` Vincent Chen
2018-05-06 14:42 ` [PATCH 07/11] nds32: Linux Syscall Interface vincentc
2018-05-08 21:27   ` Adhemerval Zanella
2018-05-09 13:46     ` Vincent Chen
2018-05-09 13:57       ` Adhemerval Zanella
2018-05-10  2:58         ` Vincent Chen
2018-05-12  7:21           ` Florian Weimer
2018-05-14 21:11             ` Vincent Chen
2018-05-06 14:42 ` [PATCH 03/11] nds32: Thread-Local Storage Support vincentc
2018-05-06 14:42 ` vincentc [this message]
2018-05-06 14:42 ` [PATCH 06/11] nds32: Atomic and Locking Routines vincentc
2018-05-06 14:42 ` [PATCH 08/11] nds32: Linux ABI vincentc
2018-05-08 21:18   ` Adhemerval Zanella
2018-05-09 13:34     ` Vincent Chen
2018-05-09 13:42       ` Adhemerval Zanella
2018-05-06 14:42 ` [PATCH 05/11] nds32: Generic <math.h> and soft-fp Routines vincentc
2018-05-06 14:42 ` [PATCH 09/11] nds32: Add ABI list vincentc
2018-05-06 14:42 ` [PATCH 02/11] nds32: ABI Implementation vincentc
2018-05-12  7:15   ` Florian Weimer
2018-05-14 20:56     ` Vincent Chen
2018-05-15 11:32       ` Florian Weimer
2018-05-15 11:50         ` Vincent Chen
2018-05-06 14:42 ` [PATCH 11/11] Add nds32 entries to config.h.in vincentc
2018-05-08 14:46 ` [PATCH 00/11] nds32 glibc Port v1 Joseph Myers
2018-05-09  5:22   ` Vincent Chen
2018-05-09 12:10     ` Joseph Myers
2018-05-09 13:49       ` Vincent Chen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1525617685-32083-11-git-send-email-vincentc@andestech.com \
    --to=vincentc@andestech.com \
    --cc=cnoize@andestech.com \
    --cc=deanbo422@gmail.com \
    --cc=libc-alpha@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).