From f0d5c576f73efed254eaa77ad270afa6efe6026c Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Wed, 8 Mar 2006 03:58:13 +0000 Subject: 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 --- ldso/ldso/cris/dl-sysdep.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'ldso/ldso/cris') diff --git a/ldso/ldso/cris/dl-sysdep.h b/ldso/ldso/cris/dl-sysdep.h index b5fa89035..b84dcad70 100644 --- a/ldso/ldso/cris/dl-sysdep.h +++ b/ldso/ldso/cris/dl-sysdep.h @@ -18,8 +18,6 @@ struct elf_resolve; extern unsigned long _dl_linux_resolver(struct elf_resolve *tpnt, int reloc_entry); -#define do_rem(result, n, base) ((result) = (n) % (base)) - /* 8192 bytes alignment */ #define PAGE_ALIGN 0xffffe000 #define ADDR_ALIGN 0x1fff -- cgit v1.2.3