diff packages/hal/mips/arch/current/include/pkgconf/hal_mips.h @ 62:7a6ac9edc838 ecos-sw-2000-01-24

Merge from eCos master repository on 2000-01-24-19:43:49-GMT
author jlarmour
date Mon, 24 Jan 2000 21:43:17 +0000
parents a0774359f013
children c38311975d4f
line wrap: on
line diff
--- a/packages/hal/mips/arch/current/include/pkgconf/hal_mips.h
+++ b/packages/hal/mips/arch/current/include/pkgconf/hal_mips.h
@@ -76,9 +76,24 @@
            memory access speed settings."
    }
    
+   cdl_option CYGSEM_HAL_MIPS_EMULATE_UNIMPLEMENTED_FPU_OPS {
+       display  "Emulate unimplemented FPU opcodes"
+       type     boolean
+       parent   CYGPKG_HAL_MIPS
+       description "
+           Enabling this option will include a hook in the exception
+           processing so that Unimplemented Operation FPU exceptions
+           may be handled. This option has no effect if there is no
+           hardware floating-point unit. Note that not all situations
+           in which an exception is raised may be handled. If not, the
+           exception will be passed on as normal through the standard
+           exception delivery mechanism."
+   }
+   
    }}CFG_DATA */
 
 #define CYGHWR_HAL_MIPS_CPU_FREQ        50
+#define CYGSEM_HAL_MIPS_EMULATE_UNIMPLEMENTED_FPU_OPS
 
 /* -------------------------------------------------------------------*/
 /* If either the CTRLC or BREAK support options in hal.h are set      */