Define ELF_MAXPAGESIZE for all ELF based ports.

Produce an error message of ELF_MAXPAGESIZE is not defined.
This commit is contained in:
Nick Clifton
1999-06-04 12:45:07 +00:00
parent 4a54b4654d
commit 79e5982fed
6 changed files with 18 additions and 5 deletions

View File

@@ -64,6 +64,7 @@ elf_generic_info_to_howto_rel (abfd, bfd_reloc, elf_reloc)
#define TARGET_BIG_NAME "elf64-big"
#define ELF_ARCH bfd_arch_unknown
#define ELF_MACHINE_CODE EM_NONE
#define ELF_MAXPAGESIZE 0x1
#define bfd_elf64_bfd_reloc_type_lookup bfd_default_reloc_type_lookup
#define elf_info_to_howto elf_generic_info_to_howto
#define elf_info_to_howto_rel elf_generic_info_to_howto_rel