[Glibc-bsd-commits] r1994 - in trunk/glibc-ports/kfreebsd: i386/bits x86_64/bits

aurel32 at alioth.debian.org aurel32 at alioth.debian.org
Thu Aug 16 19:18:29 UTC 2007


Author: aurel32
Date: 2007-08-16 19:18:29 +0000 (Thu, 16 Aug 2007)
New Revision: 1994

Modified:
   trunk/glibc-ports/kfreebsd/i386/bits/sigcontext.h
   trunk/glibc-ports/kfreebsd/x86_64/bits/sigcontext.h
Log:
Remove si_code values for SIGFPE signal from i386/bits/sigcontext.h
and x86_64/bits/sigcontext.h as they are now in bits/siginfo.h




Modified: trunk/glibc-ports/kfreebsd/i386/bits/sigcontext.h
===================================================================
--- trunk/glibc-ports/kfreebsd/i386/bits/sigcontext.h	2007-08-16 19:16:24 UTC (rev 1993)
+++ trunk/glibc-ports/kfreebsd/i386/bits/sigcontext.h	2007-08-16 19:18:29 UTC (rev 1994)
@@ -126,21 +126,6 @@
 #define sc_eflags	sc_efl
 
 
-/* Codes for SIGFPE.  */
-#define FPE_INTDIV	1 /* integer divide by zero */
-#define FPE_INTOVF	2 /* integer overflow */
-
-#if 1 /* FIXME: These need verification.  */
-
-#define FPE_FLTDIV	3 /* floating divide by zero */
-#define FPE_FLTOVF	4 /* floating overflow */
-#define FPE_FLTUND	5 /* floating underflow */
-#define FPE_FLTINX	6 /* floating loss of precision */
-#define FPE_SUBRNG_FAULT	0x7 /* BOUNDS instruction failed */
-#define FPE_FLTDNR_FAULT	0x8 /* denormalized operand */
-#define FPE_EMERR_FAULT		0xa /* mysterious emulation error 33 */
-#define FPE_EMBND_FAULT		0xb /* emulation BOUNDS instruction failed */
-
 /* Codes for SIGILL.  */
 #define ILL_PRIVIN_FAULT	1
 #define ILL_ALIGN_FAULT		14

Modified: trunk/glibc-ports/kfreebsd/x86_64/bits/sigcontext.h
===================================================================
--- trunk/glibc-ports/kfreebsd/x86_64/bits/sigcontext.h	2007-08-16 19:16:24 UTC (rev 1993)
+++ trunk/glibc-ports/kfreebsd/x86_64/bits/sigcontext.h	2007-08-16 19:18:29 UTC (rev 1994)
@@ -82,21 +82,6 @@
 #define sc_eflags	sc_efl
 
 
-/* Codes for SIGFPE.  */
-#define FPE_INTDIV	1 /* integer divide by zero */
-#define FPE_INTOVF	2 /* integer overflow */
-
-#if 1 /* FIXME: These need verification.  */
-
-#define FPE_FLTDIV	3 /* floating divide by zero */
-#define FPE_FLTOVF	4 /* floating overflow */
-#define FPE_FLTUND	5 /* floating underflow */
-#define FPE_FLTINX	6 /* floating loss of precision */
-#define FPE_SUBRNG_FAULT	0x7 /* BOUNDS instruction failed */
-#define FPE_FLTDNR_FAULT	0x8 /* denormalized operand */
-#define FPE_EMERR_FAULT		0xa /* mysterious emulation error 33 */
-#define FPE_EMBND_FAULT		0xb /* emulation BOUNDS instruction failed */
-
 /* Codes for SIGILL.  */
 #define ILL_PRIVIN_FAULT	1
 #define ILL_ALIGN_FAULT		14




More information about the Glibc-bsd-commits mailing list