mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-25 21:19:54 +00:00
Change ELF_MAXPAGESIZE to 0x1
This commit is contained in:
parent
c392c1bbc1
commit
06a5ee5553
@ -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.
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user