diff options
-rw-r--r-- | arch/microblaze/lib/libgcc.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/microblaze/lib/libgcc.h b/arch/microblaze/lib/libgcc.h index 05909d58e2fe..ab077ef7e14b 100644 --- a/arch/microblaze/lib/libgcc.h +++ b/arch/microblaze/lib/libgcc.h | |||
@@ -22,4 +22,11 @@ typedef union { | |||
22 | long long ll; | 22 | long long ll; |
23 | } DWunion; | 23 | } DWunion; |
24 | 24 | ||
25 | extern long long __ashldi3(long long u, word_type b); | ||
26 | extern long long __ashrdi3(long long u, word_type b); | ||
27 | extern word_type __cmpdi2(long long a, long long b); | ||
28 | extern long long __lshrdi3(long long u, word_type b); | ||
29 | extern long long __muldi3(long long u, long long v); | ||
30 | extern word_type __ucmpdi2(unsigned long long a, unsigned long long b); | ||
31 | |||
25 | #endif /* __ASM_LIBGCC_H */ | 32 | #endif /* __ASM_LIBGCC_H */ |