summaryrefslogtreecommitdiff
path: root/ldso/ldso/m68k/ld_sysdep.h
diff options
context:
space:
mode:
Diffstat (limited to 'ldso/ldso/m68k/ld_sysdep.h')
-rw-r--r--ldso/ldso/m68k/ld_sysdep.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/ldso/ldso/m68k/ld_sysdep.h b/ldso/ldso/m68k/ld_sysdep.h
index a9089286b..2a8dcca5f 100644
--- a/ldso/ldso/m68k/ld_sysdep.h
+++ b/ldso/ldso/m68k/ld_sysdep.h
@@ -81,3 +81,8 @@ extern unsigned int _dl_linux_resolver (int, int, struct elf_resolve *, int);
/* Define this because we do not want to call .udiv in the library.
Not needed for m68k. */
#define do_rem(result, n, base) ((result) = (n) % (base))
+
+/* 4096 bytes alignment */
+#define PAGE_ALIGN 0xfffff000
+#define ADDR_ALIGN 0xfff
+#define OFFS_ALIGN 0x7ffff000