mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-24 04:00:07 +08:00
Change ELF_MAXPAGESIZE to 0x1
This commit is contained in:
@ -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)
|
Mon Sep 13 20:01:47 1999 Jeffrey A Law (law@cygnus.com)
|
||||||
|
|
||||||
* elf-hppa.h (elf_hppa_record_segment_addrs): New function.
|
* elf-hppa.h (elf_hppa_record_segment_addrs): New function.
|
||||||
|
@ -2052,7 +2052,7 @@ m32r_elf_check_relocs (abfd, info, sec, relocs)
|
|||||||
|
|
||||||
#define ELF_ARCH bfd_arch_m32r
|
#define ELF_ARCH bfd_arch_m32r
|
||||||
#define ELF_MACHINE_CODE EM_CYGNUS_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_SYM bfd_elf32_m32r_vec
|
||||||
#define TARGET_BIG_NAME "elf32-m32r"
|
#define TARGET_BIG_NAME "elf32-m32r"
|
||||||
|
Reference in New Issue
Block a user