* elf32-sh.c (ELF_MAXPAGESIZE): Define to 128, to match

ld/emulparams/shelf.sh.
This commit is contained in:
Alexandre Oliva 2000-09-16 23:09:35 +00:00
parent 4a4f25cfde
commit 4bb5e078a2
2 changed files with 6 additions and 1 deletions

View 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.

View 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 */