瀏覽代碼

avr32: common do_rem is good for it

Signed-off-by: Peter S. Mazinger <ps.m@gmx.net>
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Peter S. Mazinger 13 年之前
父節點
當前提交
4341f1d523
共有 1 個文件被更改,包括 0 次插入2 次删除
  1. 0 2
      ldso/ldso/avr32/dl-sysdep.h

+ 0 - 2
ldso/ldso/avr32/dl-sysdep.h

@@ -35,8 +35,6 @@
 			GOT_BASE[_i] += (unsigned long)MODULE->loadaddr;	\
 	} while (0)
 
-#define do_rem(result, n, base)	((result) = (n) % (base))
-
 /* Here we define the magic numbers that this dynamic loader should accept */
 #define MAGIC1 EM_AVR32
 #undef MAGIC2