mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-10-20 22:34:14 +08:00
* emulparams/elf64alpha.sh (MAXPAGESIZE): Typo -- 64k, not 1M.
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
2000-11-15 Richard Henderson <rth@redhat.com>
|
||||||
|
|
||||||
|
* emulparams/elf64alpha.sh (MAXPAGESIZE): Typo -- 64k, not 1M.
|
||||||
|
|
||||||
2000-11-14 Kazu Hirata <kazu@hxi.com>
|
2000-11-14 Kazu Hirata <kazu@hxi.com>
|
||||||
|
|
||||||
* scripttempl/h8300.sc: Fix formatting.
|
* scripttempl/h8300.sc: Fix formatting.
|
||||||
|
@ -4,7 +4,7 @@ ELFSIZE=64
|
|||||||
TEMPLATE_NAME=elf32
|
TEMPLATE_NAME=elf32
|
||||||
OUTPUT_FORMAT="elf64-alpha"
|
OUTPUT_FORMAT="elf64-alpha"
|
||||||
TEXT_START_ADDR="0x120000000"
|
TEXT_START_ADDR="0x120000000"
|
||||||
MAXPAGESIZE=0x100000
|
MAXPAGESIZE=0x10000
|
||||||
NONPAGED_TEXT_START_ADDR="0x120000000"
|
NONPAGED_TEXT_START_ADDR="0x120000000"
|
||||||
ARCH=alpha
|
ARCH=alpha
|
||||||
MACHINE=
|
MACHINE=
|
||||||
|
Reference in New Issue
Block a user