Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 155578
b: refs/heads/master
c: 8399a74
h: refs/heads/master
v: v3
  • Loading branch information
Jie Zhang authored and Mike Frysinger committed Jul 16, 2009
1 parent 6bdbe6f commit d930cf4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 16 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: dc437b1b596e310bb583de3868c3d61a6798c81c
refs/heads/master: 8399a74f61c69c7d233924de3dd314ca0effa16a
16 changes: 1 addition & 15 deletions trunk/arch/blackfin/lib/lshrdi3.c
Original file line number Diff line number Diff line change
Expand Up @@ -27,21 +27,7 @@
* 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/

#define BITS_PER_UNIT 8

typedef int SItype __attribute__ ((mode(SI)));
typedef unsigned int USItype __attribute__ ((mode(SI)));
typedef int DItype __attribute__ ((mode(DI)));
typedef int word_type __attribute__ ((mode(__word__)));

struct DIstruct {
SItype high, low;
};

typedef union {
struct DIstruct s;
DItype ll;
} DIunion;
#include "gcclib.h"

#ifdef CONFIG_ARITHMETIC_OPS_L1
DItype __lshrdi3(DItype u, word_type b)__attribute__((l1_text));
Expand Down

0 comments on commit d930cf4

Please sign in to comment.