aboutsummaryrefslogtreecommitdiff
path: root/config.h.in
diff options
context:
space:
mode:
authorAndrew Waterman <waterman@s141.Millennium.Berkeley.EDU>2010-09-20 19:01:40 -0700
committerAndrew Waterman <waterman@s141.Millennium.Berkeley.EDU>2010-09-20 19:01:40 -0700
commitcbefaf68c7cbef82567036513c072de04585faca (patch)
tree3e448540f1b4e0782aa37e319464c426f11e26f3 /config.h.in
parent1583b7a9e256107094946fccb0d22541c9902225 (diff)
downloadriscv-isa-sim-cbefaf68c7cbef82567036513c072de04585faca.zip
riscv-isa-sim-cbefaf68c7cbef82567036513c072de04585faca.tar.gz
riscv-isa-sim-cbefaf68c7cbef82567036513c072de04585faca.tar.bz2
[xcc, sim] changed instruction format so imm12 subs for rs2
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in
index bef936b..0c3b9aa 100644
--- a/config.h.in
+++ b/config.h.in
@@ -24,5 +24,11 @@
/* Define if libopcodes exists */
#undef RISCV_HAVE_LIBOPCODES
+/* Define if subproject MCPPBS_SPROJ_NORM is enabled */
+#undef SOFTFLOAT_ENABLED
+
+/* Define if subproject MCPPBS_SPROJ_NORM is enabled */
+#undef SOFTFLOAT_RISCV_ENABLED
+
/* Define to 1 if you have the ANSI C header files. */
#undef STDC_HEADERS