summaryrefslogtreecommitdiffstats
path: root/sys/amd64/include/trap.h
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2006-03-14 00:01:22 +0000
committerpeter <peter@FreeBSD.org>2006-03-14 00:01:22 +0000
commit3a37e4a2b0917eca81462f4927c215013b380bff (patch)
tree34595da0504f5d871300c3fab52752cd746629eb /sys/amd64/include/trap.h
parenta29d4dd33a9ad06dea43714811276246784a788d (diff)
downloadFreeBSD-src-3a37e4a2b0917eca81462f4927c215013b380bff.zip
FreeBSD-src-3a37e4a2b0917eca81462f4927c215013b380bff.tar.gz
MFi386: The SIGFPE macros were moved to signal.h (FPE_INTOVF etc)
Diffstat (limited to 'sys/amd64/include/trap.h')
-rw-r--r--sys/amd64/include/trap.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/sys/amd64/include/trap.h b/sys/amd64/include/trap.h
index 2a1e120..f0176b2 100644
--- a/sys/amd64/include/trap.h
+++ b/sys/amd64/include/trap.h
@@ -72,16 +72,6 @@
#define ILL_ALIGN_FAULT T_ALIGNFLT
#define ILL_FPOP_FAULT T_FPOPFLT /* coprocessor operand fault */
-/* portable macros for SIGFPE/ARITHTRAP */
-#define FPE_INTOVF 1 /* integer overflow */
-#define FPE_INTDIV 2 /* integer divide by zero */
-#define FPE_FLTDIV 3 /* floating point divide by zero */
-#define FPE_FLTOVF 4 /* floating point overflow */
-#define FPE_FLTUND 5 /* floating point underflow */
-#define FPE_FLTRES 6 /* floating point inexact result */
-#define FPE_FLTINV 7 /* invalid floating point operation */
-#define FPE_FLTSUB 8 /* subscript out of range */
-
/* old FreeBSD macros, deprecated */
#define FPE_INTOVF_TRAP 0x1 /* integer overflow */
#define FPE_INTDIV_TRAP 0x2 /* integer divide by zero */
OpenPOWER on IntegriCloud