]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
hurd: Add jmp_buf-macros.h
authorSamuel Thibault <samuel.thibault@ens-lyon.org>
Sat, 6 Jan 2018 01:27:44 +0000 (02:27 +0100)
committerSamuel Thibault <samuel.thibault@ens-lyon.org>
Sat, 6 Jan 2018 01:32:55 +0000 (02:32 +0100)
* sysdeps/mach/hurd/i386/jmp_buf-macros.h: New file.

ChangeLog
sysdeps/mach/hurd/i386/jmp_buf-macros.h [new file with mode: 0644]

index 7a09e8e44a51d1b8d3dbeb0fe9acb8af09dd64b3..8833b1da335f2450eb453074a860ee91b28463d2 100644 (file)
--- 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 (file)
index 0000000..834f5fb
--- /dev/null
@@ -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