summaryrefslogtreecommitdiff
path: root/ldso/ldso/frv/dl-sysdep.h
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-03-08 03:58:13 +0000
committerMike Frysinger <vapier@gentoo.org>2006-03-08 03:58:13 +0000
commitf0d5c576f73efed254eaa77ad270afa6efe6026c (patch)
tree7a46da05a1c0500d06cbd54bc83987d280ea3ae2 /ldso/ldso/frv/dl-sysdep.h
parent4bc11d6cf8d28c890dc029fa9318cc0d3b6e870b (diff)
macro out the /10 operation so arches can have their own versions ... and create some default macros for do_rem/do_div_10 so we dont duplicate the samething in many arch header files
Diffstat (limited to 'ldso/ldso/frv/dl-sysdep.h')
-rw-r--r--ldso/ldso/frv/dl-sysdep.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/ldso/ldso/frv/dl-sysdep.h b/ldso/ldso/frv/dl-sysdep.h
index 158f6af04..131eb5fb5 100644
--- a/ldso/ldso/frv/dl-sysdep.h
+++ b/ldso/ldso/frv/dl-sysdep.h
@@ -65,8 +65,6 @@ struct funcdesc_value
extern int _dl_linux_resolve(void) __attribute__((__visibility__("hidden")));
-#define do_rem(result, n, base) ((result) = (n) % (base))
-
/* 16KiB page alignment. Should perhaps be made dynamic using
getpagesize(), based on AT_PAGESZ from auxvt? */
#define PAGE_ALIGN 0xffffc000