mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-22 19:09:31 +08:00
* emulparms/elf_x86_64.sh (MAXPAGESIZE): Fix value.
This commit is contained in:
@ -1,3 +1,7 @@
|
||||
2001-04-30 Andreas Jaeger <aj@suse.de>
|
||||
|
||||
* emulparms/elf_x86_64.sh (MAXPAGESIZE): Fix value.
|
||||
|
||||
2001-04-28 Paul Sokolovsky <Paul.Sokolovsky@technologist.com>
|
||||
|
||||
* ldlang.c (load_symbols): Give emulation a chance
|
||||
|
@ -2,7 +2,7 @@ SCRIPT_NAME=elf
|
||||
ELFSIZE=64
|
||||
OUTPUT_FORMAT="elf64-x86-64"
|
||||
TEXT_START_ADDR=0x1000
|
||||
MAXPAGESIZE=0x1000
|
||||
MAXPAGESIZE=0x100000
|
||||
NONPAGED_TEXT_START_ADDR=0x1000
|
||||
ARCH=i386
|
||||
MACHINE=
|
||||
|
Reference in New Issue
Block a user