Change ELF_MAXPAGESIZE to 0x1
authorNick Clifton <nickc@redhat.com>
Tue, 14 Sep 1999 10:34:02 +0000 (10:34 +0000)
committerNick Clifton <nickc@redhat.com>
Tue, 14 Sep 1999 10:34:02 +0000 (10:34 +0000)
bfd/ChangeLog
bfd/elf32-m32r.c

index 964c7b6..54b4bc2 100644 (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.
index 6bda8de..f6ce3f0 100644 (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"