Change ELF_MAXPAGESIZE to 0x1

This commit is contained in:
Nick Clifton 1999-09-14 10:34:02 +00:00
parent c392c1bbc1
commit 06a5ee5553
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
1999-09-14 Nick Clifton <nickc@cygnus.com>
* elf32-m32r.c (ELF_MAXPAGESIZE): Change to 0x1 (at request of
Mitsubishi).
Mon Sep 13 20:01:47 1999 Jeffrey A Law (law@cygnus.com)
* elf-hppa.h (elf_hppa_record_segment_addrs): New function.

View file

@ -2052,7 +2052,7 @@ m32r_elf_check_relocs (abfd, info, sec, relocs)
#define ELF_ARCH bfd_arch_m32r
#define ELF_MACHINE_CODE EM_CYGNUS_M32R
#define ELF_MAXPAGESIZE 0x1000
#define ELF_MAXPAGESIZE 0x1 /* Explicitly requested by Mitsubishi */
#define TARGET_BIG_SYM bfd_elf32_m32r_vec
#define TARGET_BIG_NAME "elf32-m32r"