diff options
author | Nick Clifton <nickc@redhat.com> | 1999-06-07 10:27:21 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 1999-06-07 10:27:21 +0000 |
commit | 2ee2a6921c8637a9bb133059c3954db1df544b7d (patch) | |
tree | e55fbd0aa1d1bd49a59a51aeb279a9de624b7153 /bfd/elf32-m88k.c | |
parent | 2a1ca3d8ce9a170e37b98278ea097533944d46df (diff) | |
download | gdb-2ee2a6921c8637a9bb133059c3954db1df544b7d.tar.gz |
Define ELF_MAXPAGESIZE
Diffstat (limited to 'bfd/elf32-m88k.c')
-rw-r--r-- | bfd/elf32-m88k.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bfd/elf32-m88k.c b/bfd/elf32-m88k.c index f3c535e0776..20de22a6d53 100644 --- a/bfd/elf32-m88k.c +++ b/bfd/elf32-m88k.c @@ -29,6 +29,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #define TARGET_BIG_NAME "elf32-m88k" #define ELF_ARCH bfd_arch_m88k #define ELF_MACHINE_CODE EM_88K +#define ELF_MAXPAGESIZE 1 /* FIXME: This number is wrong, It should be the page size in bytes. */ #define bfd_elf32_bfd_reloc_type_lookup bfd_default_reloc_type_lookup #define elf_info_to_howto _bfd_elf_no_info_to_howto |