Define ELF_MAXPAGESIZE for all ELF based ports.
[deliverable/binutils-gdb.git] / bfd / elf32-i960.c
index 7a3fd56d996c2cdfa3c696867bd529d1f3c45146..c77f09885300bc46af2205b968908344afc48f85 100644 (file)
@@ -163,5 +163,6 @@ elf32_i960_reloc_type_lookup (abfd, code)
 #define TARGET_LITTLE_NAME     "elf32-i960"
 #define ELF_ARCH               bfd_arch_i960
 #define ELF_MACHINE_CODE       EM_960
+#define ELF_MAXPAGESIZE        1 /* FIXME: This number is wrong,  It should be the page size in bytes.  */
 
 #include "elf32-target.h"
This page took 0.023452 seconds and 4 git commands to generate.