public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] Add DT_SYMTAB_SHNDX from gABI
@ 2018-02-02 20:32 H.J. Lu
  0 siblings, 0 replies; only message in thread
From: H.J. Lu @ 2018-02-02 20:32 UTC (permalink / raw)
  To: GNU C Library

I will check it in next week.

H.J.
	* elf/elf.h (DT_SYMTAB_SHNDX): New.  Set to 34.
	(DT_NUM): Updated to 35.
---
 elf/elf.h | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/elf/elf.h b/elf/elf.h
index 954f3266f7..912bad22be 100644
--- a/elf/elf.h
+++ b/elf/elf.h
@@ -861,7 +861,8 @@ typedef struct
 #define DT_ENCODING	32		/* Start of encoded range */
 #define DT_PREINIT_ARRAY 32		/* Array with addresses of preinit fct*/
 #define DT_PREINIT_ARRAYSZ 33		/* size in bytes of DT_PREINIT_ARRAY */
-#define	DT_NUM		34		/* Number used */
+#define DT_SYMTAB_SHNDX	34		/* Address of SYMTAB_SHNDX section */
+#define	DT_NUM		35		/* Number used */
 #define DT_LOOS		0x6000000d	/* Start of OS-specific */
 #define DT_HIOS		0x6ffff000	/* End of OS-specific */
 #define DT_LOPROC	0x70000000	/* Start of processor-specific */
-- 
2.14.3

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2018-02-02 20:32 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-02-02 20:32 [PATCH] Add DT_SYMTAB_SHNDX from gABI H.J. Lu

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).