mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-22 02:50:08 +08:00
Tue Oct 29 12:33:05 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
* d10velf.sh: Changes needed for D10V-EVA board. Set TEXT_START_ADDR to 0x1000000. Set READONLY_START_ADDR to 0x2000000.
This commit is contained in:
@ -1,4 +1,8 @@
|
||||
SCRIPT_NAME=vanilla
|
||||
MACHINE=
|
||||
SCRIPT_NAME=elfd10v
|
||||
OUTPUT_FORMAT="elf32-d10v"
|
||||
TEXT_START_ADDR=0x0
|
||||
TEXT_START_ADDR=0x1000000
|
||||
READONLY_START_ADDR=0x2000000
|
||||
ARCH=d10v
|
||||
MAXPAGESIZE=32
|
||||
#EMBEDDED=t
|
||||
|
Reference in New Issue
Block a user