|
@@ -58,17 +58,17 @@
|
|
|
#endif
|
|
|
|
|
|
#if (__SIZEOF_INT__ == 4)
|
|
|
-#define INT __ASM_STR(.word)
|
|
|
-#define SZINT __ASM_STR(4)
|
|
|
-#define LGINT __ASM_STR(2)
|
|
|
+#define RISCV_INT __ASM_STR(.word)
|
|
|
+#define RISCV_SZINT __ASM_STR(4)
|
|
|
+#define RISCV_LGINT __ASM_STR(2)
|
|
|
#else
|
|
|
#error "Unexpected __SIZEOF_INT__"
|
|
|
#endif
|
|
|
|
|
|
#if (__SIZEOF_SHORT__ == 2)
|
|
|
-#define SHORT __ASM_STR(.half)
|
|
|
-#define SZSHORT __ASM_STR(2)
|
|
|
-#define LGSHORT __ASM_STR(1)
|
|
|
+#define RISCV_SHORT __ASM_STR(.half)
|
|
|
+#define RISCV_SZSHORT __ASM_STR(2)
|
|
|
+#define RISCV_LGSHORT __ASM_STR(1)
|
|
|
#else
|
|
|
#error "Unexpected __SIZEOF_SHORT__"
|
|
|
#endif
|