From 62ca04d426865cce1ab55483a8b1ae6a6cf71f62 Mon Sep 17 00:00:00 2001 From: Zihao Yu Date: Fri, 3 Nov 2023 16:09:48 +0800 Subject: [PATCH] riscv,npc,libgcc: fix compile error in clang --- am/src/riscv/npc/libgcc/libgcc2.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/am/src/riscv/npc/libgcc/libgcc2.h b/am/src/riscv/npc/libgcc/libgcc2.h index f0724ee..9b04f89 100644 --- a/am/src/riscv/npc/libgcc/libgcc2.h +++ b/am/src/riscv/npc/libgcc/libgcc2.h @@ -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*