* elf32-m32c.c (ELF_MAXPAGESIZE): Change page size to 256 bytes.

This commit is contained in:
DJ Delorie 2010-08-04 03:42:45 +00:00
parent 3eb8c159c5
commit e1be4b136f
2 changed files with 5 additions and 1 deletions

View file

@ -2010,7 +2010,7 @@ _bfd_m32c_elf_eh_frame_address_size (bfd *abfd, asection *sec ATTRIBUTE_UNUSED)
#define ELF_ARCH bfd_arch_m32c
#define ELF_MACHINE_CODE EM_M32C
#define ELF_MACHINE_ALT1 EM_M32C_OLD
#define ELF_MAXPAGESIZE 0x1000
#define ELF_MAXPAGESIZE 0x100
#if 0
#define TARGET_BIG_SYM bfd_elf32_m32c_vec