mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-05 15:15:42 +00:00
* emulparams/d10velf.sh (READONLY_START_ADDR): Set to 0x2000004.
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
1999-09-09 Stan Shebs <shebs@andros.cygnus.com>
|
||||||
|
|
||||||
|
* emulparams/d10velf.sh (READONLY_START_ADDR): Set to 0x2000004.
|
||||||
|
|
||||||
1999-09-09 Andreas Schwab <schwab@suse.de>
|
1999-09-09 Andreas Schwab <schwab@suse.de>
|
||||||
|
|
||||||
* ld.texinfo: Fix arguments of @var to not contain punctuation.
|
* ld.texinfo: Fix arguments of @var to not contain punctuation.
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ MACHINE=
|
|||||||
SCRIPT_NAME=elfd10v
|
SCRIPT_NAME=elfd10v
|
||||||
OUTPUT_FORMAT="elf32-d10v"
|
OUTPUT_FORMAT="elf32-d10v"
|
||||||
TEXT_START_ADDR=0x01000000
|
TEXT_START_ADDR=0x01000000
|
||||||
READONLY_START_ADDR=0x00000004
|
READONLY_START_ADDR=0x02000004
|
||||||
ARCH=d10v
|
ARCH=d10v
|
||||||
MAXPAGESIZE=32
|
MAXPAGESIZE=32
|
||||||
EMBEDDED=t
|
EMBEDDED=t
|
||||||
|
|||||||
Reference in New Issue
Block a user