This is the mail archive of the glibc-cvs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

GNU C Library master sources branch master updated. glibc-2.27.9000-24-gb44e0df


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU C Library master sources".

The branch, master has been updated
       via  b44e0dfbacecd0f84ebfa942e6d6c0153981680e (commit)
      from  f886c16ca5d1f35bd77946c3a93b6149b05f38f0 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=b44e0dfbacecd0f84ebfa942e6d6c0153981680e

commit b44e0dfbacecd0f84ebfa942e6d6c0153981680e
Author: H.J. Lu <hjl.tools@gmail.com>
Date:   Mon Feb 5 06:30:04 2018 -0800

    Add DT_SYMTAB_SHNDX from gABI
    
    	* elf/elf.h (DT_SYMTAB_SHNDX): New.  Set to 34.
    	(DT_NUM): Updated to 35.

diff --git a/ChangeLog b/ChangeLog
index be74f2f..0509306 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2018-02-05  H.J. Lu  <hongjiu.lu@intel.com>
 
+	* elf/elf.h (DT_SYMTAB_SHNDX): New.  Set to 34.
+	(DT_NUM): Updated to 35.
+
+2018-02-05  H.J. Lu  <hongjiu.lu@intel.com>
+
 	* sysdeps/i386/dl-machine.h (elf_machine_rel): Replace
 	__builtin_expect with __glibc_likely and __glibc_unlikely.
 	(elf_machine_rela): Likewise.
diff --git a/elf/elf.h b/elf/elf.h
index 954f326..912bad2 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 */

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog |    5 +++++
 elf/elf.h |    3 ++-
 2 files changed, 7 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
GNU C Library master sources


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]