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.26.9000-1082-gfad7d57


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  fad7d57ef94bbb0254042cd213b6be2714c69df1 (commit)
      from  3a32b7168d9f49eed5615ca17c9a8bd53cfe94ed (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=fad7d57ef94bbb0254042cd213b6be2714c69df1

commit fad7d57ef94bbb0254042cd213b6be2714c69df1
Author: Samuel Thibault <samuel.thibault@ens-lyon.org>
Date:   Sat Jan 6 02:27:44 2018 +0100

    hurd: Add jmp_buf-macros.h
    
    * sysdeps/mach/hurd/i386/jmp_buf-macros.h: New file.

diff --git a/ChangeLog b/ChangeLog
index 7a09e8e..8833b1d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2018-01-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
+
+	* sysdeps/mach/hurd/i386/jmp_buf-macros.h: New file.
+
 2018-01-05  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
 
 	* sysdeps/powerpc/powerpc64/dl-machine.c (_dl_reloc_overflow):
diff --git a/sysdeps/mach/hurd/i386/jmp_buf-macros.h b/sysdeps/mach/hurd/i386/jmp_buf-macros.h
new file mode 100644
index 0000000..834f5fb
--- /dev/null
+++ b/sysdeps/mach/hurd/i386/jmp_buf-macros.h
@@ -0,0 +1,6 @@
+#define JMP_BUF_SIZE 32
+#define SIGJMP_BUF_SIZE 32
+#define JMP_BUF_ALIGN 4
+#define SIGJMP_BUF_ALIGN 4
+#define MASK_WAS_SAVED_OFFSET 24
+#define SAVED_MASK_OFFSET 28

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

Summary of changes:
 ChangeLog                                          |    4 ++++
 .../sysv/linux => mach/hurd}/i386/jmp_buf-macros.h |    4 ++--
 2 files changed, 6 insertions(+), 2 deletions(-)
 copy sysdeps/{unix/sysv/linux => mach/hurd}/i386/jmp_buf-macros.h (68%)


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]