[git commit] avr32: common do_rem is good for it

Bernhard Reutner-Fischer rep.dot.nop at gmail.com
Fri Jun 15 12:00:33 UTC 2012


commit: http://git.uclibc.org/uClibc/commit/?id=4341f1d5233858bf421ff5863ac92d4448a0e0a6
branch: http://git.uclibc.org/uClibc/commit/?id=refs/heads/master

Signed-off-by: Peter S. Mazinger <ps.m at gmx.net>
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop at gmail.com>
---
 ldso/ldso/avr32/dl-sysdep.h |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/ldso/ldso/avr32/dl-sysdep.h b/ldso/ldso/avr32/dl-sysdep.h
index 618769b..515d829 100644
--- a/ldso/ldso/avr32/dl-sysdep.h
+++ b/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


More information about the uClibc-cvs mailing list