projects
/
riscv-isa-sim.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a95b44d
)
Mark SoftFloat routines static inline
author
Andrew Waterman
<waterman@cs.berkeley.edu>
Wed, 2 Mar 2016 20:13:55 +0000
(12:13 -0800)
committer
Andrew Waterman
<waterman@cs.berkeley.edu>
Wed, 2 Mar 2016 20:14:43 +0000
(12:14 -0800)
This avoids duplicate definitions on some platforms.
softfloat/platform.h
patch
|
blob
|
history
diff --git
a/softfloat/platform.h
b/softfloat/platform.h
index 3d9c431e329864cb91caad9ccb7b16d1657e1d68..03dd429fafef7c0170fa344eec1684f73ae61fef 100644
(file)
--- a/
softfloat/platform.h
+++ b/
softfloat/platform.h
@@
-44,5
+44,5
@@
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
/*----------------------------------------------------------------------------
*----------------------------------------------------------------------------*/
-#define INLINE
extern
inline
+#define INLINE
static
inline