Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 344405
b: refs/heads/master
c: 9f2a45b
h: refs/heads/master
i:
  344403: 9135e88
v: v3
  • Loading branch information
Michal Simek committed Dec 13, 2012
1 parent ff6c9f5 commit b329ed0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: a671de086874b9d8155369319b2bd989cf55d77c
refs/heads/master: 9f2a45bd81ad2362b61fe2dc6fa202ae18308b7b
7 changes: 7 additions & 0 deletions trunk/arch/microblaze/lib/libgcc.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,11 @@ typedef union {
long long ll;
} DWunion;

extern long long __ashldi3(long long u, word_type b);
extern long long __ashrdi3(long long u, word_type b);
extern word_type __cmpdi2(long long a, long long b);
extern long long __lshrdi3(long long u, word_type b);
extern long long __muldi3(long long u, long long v);
extern word_type __ucmpdi2(unsigned long long a, unsigned long long b);

#endif /* __ASM_LIBGCC_H */

0 comments on commit b329ed0

Please sign in to comment.