]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
* elf32-sh.c (ELF_MAXPAGESIZE): Define to 128, to match
authorAlexandre Oliva <aoliva@redhat.com>
Sat, 16 Sep 2000 23:09:35 +0000 (23:09 +0000)
committerAlexandre Oliva <aoliva@redhat.com>
Sat, 16 Sep 2000 23:09:35 +0000 (23:09 +0000)
ld/emulparams/shelf.sh.

bfd/ChangeLog
bfd/elf32-sh.c

index be4a1a60aa05db2852c674f8a39312685cadfbc1..d78a9533574d4ff127dd62a44e8deb87583f2e03 100644 (file)
@@ -1,3 +1,8 @@
+2000-09-16  Alexandre Oliva  <aoliva@redhat.com>
+
+       * elf32-sh.c (ELF_MAXPAGESIZE): Define to 128, to match
+       ld/emulparams/shelf.sh.
+
 2000-09-10  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
 
        * elf32-m68k.c (bfd_m68k_elf32_create_embedded_relocs): New function.
index ac7309019273e3a08714668981088f940286883d..a74d9e81326c2745f338bcf20ddadb6317025591 100644 (file)
@@ -4295,7 +4295,7 @@ sh_elf_finish_dynamic_sections (output_bfd, info)
 #define TARGET_LITTLE_NAME     "elf32-shl"
 #define ELF_ARCH               bfd_arch_sh
 #define ELF_MACHINE_CODE       EM_SH
-#define ELF_MAXPAGESIZE                0x1
+#define ELF_MAXPAGESIZE                128
 
 #define elf_symbol_leading_char '_'
 #endif /* ELF_ARCH */