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-227-gd473f01


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  d473f01520af910fbc7d61ed8504a8a35a1aa720 (commit)
      from  fbce6f7260c3847f14dfa38f60c9111978fb33a5 (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=d473f01520af910fbc7d61ed8504a8a35a1aa720

commit d473f01520af910fbc7d61ed8504a8a35a1aa720
Author: Joseph Myers <joseph@codesourcery.com>
Date:   Mon Mar 19 18:08:48 2018 +0000

    Add SHT_X86_64_UNWIND to elf.h (bug 20079).
    
    As requested in bug 20079, this patch adds SHT_X86_64_UNWIND (a
    standard value from the x86_64 ABI) to elf.h.
    
    Tested for x86_64.
    
    	[BZ #20079]
    	* elf/elf.h (SHT_X86_64_UNWIND): New macro.

diff --git a/ChangeLog b/ChangeLog
index 4eb0632..72dd269 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2018-03-19  Joseph Myers  <joseph@codesourcery.com>
+
+	[BZ #20079]
+	* elf/elf.h (SHT_X86_64_UNWIND): New macro.
+
 2018-03-19  Wilco Dijkstra  <wdijkstr@arm.com>
 
 	* benchtests/bench-timing.h (attribute_hidden): Undefine.
diff --git a/elf/elf.h b/elf/elf.h
index 4f43577..677fccb 100644
--- a/elf/elf.h
+++ b/elf/elf.h
@@ -3367,6 +3367,9 @@ enum
 					   relaxable.  */
 #define R_X86_64_NUM		43
 
+/* x86-64 sh_type values.  */
+#define SHT_X86_64_UNWIND	0x70000001 /* Unwind information.  */
+
 
 /* AM33 relocations.  */
 #define R_MN10300_NONE		0	/* No reloc.  */

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

Summary of changes:
 ChangeLog |    5 +++++
 elf/elf.h |    3 +++
 2 files changed, 8 insertions(+), 0 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]