From: Samuel Thibault Date: Sat, 6 Jan 2018 01:27:44 +0000 (+0100) Subject: hurd: Add jmp_buf-macros.h X-Git-Tag: glibc-2.27~176 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fad7d57ef94bbb0254042cd213b6be2714c69df1;p=thirdparty%2Fglibc.git hurd: Add jmp_buf-macros.h * sysdeps/mach/hurd/i386/jmp_buf-macros.h: New file. --- diff --git a/ChangeLog b/ChangeLog index 7a09e8e44a5..8833b1da335 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2018-01-06 Samuel Thibault + + * sysdeps/mach/hurd/i386/jmp_buf-macros.h: New file. + 2018-01-05 Tulio Magno Quites Machado Filho * 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 00000000000..834f5fb2437 --- /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