aboutsummaryrefslogtreecommitdiff
path: root/bfd/elf32-i960.c
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>1999-06-04 12:45:07 +0000
committerNick Clifton <nickc@redhat.com>1999-06-04 12:45:07 +0000
commit79e5982fedce17e8d61581892353d486bcc3c25f (patch)
tree6d9c1e7e11588e94f3165b75e536251a8c0bc3a2 /bfd/elf32-i960.c
parent4a54b4654de21aa1cd92c9d7ba607f31ce68f657 (diff)
downloadfsf-binutils-gdb-79e5982fedce17e8d61581892353d486bcc3c25f.zip
fsf-binutils-gdb-79e5982fedce17e8d61581892353d486bcc3c25f.tar.gz
fsf-binutils-gdb-79e5982fedce17e8d61581892353d486bcc3c25f.tar.bz2
Define ELF_MAXPAGESIZE for all ELF based ports.
Produce an error message of ELF_MAXPAGESIZE is not defined.
Diffstat (limited to 'bfd/elf32-i960.c')
-rw-r--r--bfd/elf32-i960.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/bfd/elf32-i960.c b/bfd/elf32-i960.c
index 7a3fd56..c77f098 100644
--- a/bfd/elf32-i960.c
+++ b/bfd/elf32-i960.c
@@ -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"