diff mbox series

[PULL,06/12] fpu: remove the LIT64 macro

Message ID 20190819121709.31597-7-alex.bennee@linaro.org
State Accepted
Commit 472038ccf5d69ebcad44d835488a36ee640c219f
Headers show
Series softfloat header updates | expand

Commit Message

Alex Bennée Aug. 19, 2019, 12:17 p.m. UTC
Now the rest of the code has been cleaned up we can remove this.

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>


-- 
2.20.1
diff mbox series

Patch

diff --git a/include/fpu/softfloat.h b/include/fpu/softfloat.h
index 3ff3fa52245..d9333eb65b8 100644
--- a/include/fpu/softfloat.h
+++ b/include/fpu/softfloat.h
@@ -82,8 +82,6 @@  this code that are retained.
 #ifndef SOFTFLOAT_H
 #define SOFTFLOAT_H
 
-#define LIT64( a ) a##LL
-
 /*----------------------------------------------------------------------------
 | Software IEC/IEEE floating-point ordering relations
 *----------------------------------------------------------------------------*/