Fix a missed header file in the softfloat include install.
authorPrashanth Mundkur <prashanth.mundkur@gmail.com>
Mon, 26 Feb 2018 23:21:27 +0000 (15:21 -0800)
committerAndrew Waterman <aswaterman@gmail.com>
Tue, 6 Mar 2018 17:46:53 +0000 (11:46 -0600)
debug_rom/debug_rom_defines.h [deleted file]
riscv/debug_rom_defines.h [new file with mode: 0644]
softfloat/softfloat.mk.in

diff --git a/debug_rom/debug_rom_defines.h b/debug_rom/debug_rom_defines.h
deleted file mode 100644 (file)
index 616cf59..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-// See LICENSE file for license details.
-
-#ifndef DEBUG_ROM_DEFINES_H
-#define DEBUG_ROM_DEFINES_H
-
-// These are implementation-specific addresses in the Debug Module
-#define DEBUG_ROM_HALTED    0x100
-#define DEBUG_ROM_GOING     0x104
-#define DEBUG_ROM_RESUMING  0x108
-#define DEBUG_ROM_EXCEPTION 0x10C
-
-// Region of memory where each hart has 1
-// byte to read.
-#define DEBUG_ROM_FLAGS 0x400
-#define DEBUG_ROM_FLAG_GO     0
-#define DEBUG_ROM_FLAG_RESUME 1
-
-// These needs to match the link.ld         
-#define DEBUG_ROM_WHERETO 0x300
-#define DEBUG_ROM_ENTRY   0x800
-#define DEBUG_ROM_TVEC    0x808
-
-#endif
diff --git a/riscv/debug_rom_defines.h b/riscv/debug_rom_defines.h
new file mode 100644 (file)
index 0000000..616cf59
--- /dev/null
@@ -0,0 +1,23 @@
+// See LICENSE file for license details.
+
+#ifndef DEBUG_ROM_DEFINES_H
+#define DEBUG_ROM_DEFINES_H
+
+// These are implementation-specific addresses in the Debug Module
+#define DEBUG_ROM_HALTED    0x100
+#define DEBUG_ROM_GOING     0x104
+#define DEBUG_ROM_RESUMING  0x108
+#define DEBUG_ROM_EXCEPTION 0x10C
+
+// Region of memory where each hart has 1
+// byte to read.
+#define DEBUG_ROM_FLAGS 0x400
+#define DEBUG_ROM_FLAG_GO     0
+#define DEBUG_ROM_FLAG_RESUME 1
+
+// These needs to match the link.ld         
+#define DEBUG_ROM_WHERETO 0x300
+#define DEBUG_ROM_ENTRY   0x800
+#define DEBUG_ROM_TVEC    0x808
+
+#endif
index 77c13572345252a68d100aa1cf32b44029c82bfd..ff7637b13e512d2fbea29cff1504aa8c58c99f09 100644 (file)
@@ -2,6 +2,7 @@ softfloat_subproject_deps =
 
 softfloat_hdrs = \
   internals.h \
+  platform.h \
   primitives.h \
   primitiveTypes.h \
   softfloat.h \