From: Andrew Waterman Date: Wed, 2 Mar 2016 20:13:55 +0000 (-0800) Subject: Mark SoftFloat routines static inline X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=89ba757daf6d6db1e2c0dce48e77bfb43dec5970;p=riscv-isa-sim.git Mark SoftFloat routines static inline This avoids duplicate definitions on some platforms. --- diff --git a/softfloat/platform.h b/softfloat/platform.h index 3d9c431..03dd429 100644 --- 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