riscv,npc,libgcc: fix compile error in clang

This commit is contained in:
Zihao Yu 2023-11-03 16:09:48 +08:00
parent bcdbc4e249
commit 62ca04d426

View file

@ -164,8 +164,8 @@ typedef float TFtype __attribute__ ((mode (TF)));
typedef _Complex float TCtype __attribute__ ((mode (TC)));
#endif
typedef int cmp_return_type __attribute__((mode (__libgcc_cmp_return__)));
typedef int shift_count_type __attribute__((mode (__libgcc_shift_count__)));
typedef int cmp_return_type; // __attribute__((mode (__libgcc_cmp_return__)));
typedef int shift_count_type; // __attribute__((mode (__libgcc_shift_count__)));
/* Make sure that we don't accidentally use any normal C language built-in
type names in the first part of this file. Instead we want to use *only*