mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-23 03:29:47 +08:00
fix values
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
EMULATION_NAME=elf64_sparc
|
||||
SCRIPT_NAME=elf
|
||||
OUTPUT_FORMAT="elf64-sparc"
|
||||
TEXT_START_ADDR=0x2020
|
||||
PAGE_SIZE=0x2000
|
||||
NONPAGED_TEXT_START_ADDR=0x2000
|
||||
TEXT_START_ADDR=0x100200
|
||||
PAGE_SIZE=0x100000
|
||||
NONPAGED_TEXT_START_ADDR=0x100200
|
||||
ARCH=sparc
|
||||
|
Reference in New Issue
Block a user