mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-28 14:30:48 +00:00
* scripttempl/h8300.sc: Set the entry point to the value of
"_start" rather than the start of the text segment. * scripttempl/h8300h.sc: Likewise. So we can have data at the start of the text space.
This commit is contained in:
parent
67afbceace
commit
12688490b2
@ -12,8 +12,13 @@ Tue May 7 10:56:11 1996 Doug Evans <dje@canuck.cygnus.com>
|
||||
|
||||
Tue May 7 11:35:46 1996 Jeffrey A Law (law@cygnus.com)
|
||||
|
||||
* scripttempl (h8300.sc, h8300h.sc): Place .rodata sections
|
||||
before .text sections in main ram.
|
||||
* scripttempl/h8300.sc: Set the entry point to the value of
|
||||
"_start" rather than the start of the text segment.
|
||||
* scripttempl/h8300h.sc: Likewise.
|
||||
|
||||
* scripttempl/h8300.sc: Place .rodata sections before .text
|
||||
sections in main ram.
|
||||
* scripttempl/h8300h.sc: Likewise.
|
||||
|
||||
Mon May 6 23:32:30 1996 Jeffrey A Law (law@cygnus.com)
|
||||
|
||||
|
@ -1,6 +1,7 @@
|
||||
cat <<EOF
|
||||
OUTPUT_FORMAT("${OUTPUT_FORMAT}")
|
||||
OUTPUT_ARCH(${ARCH})
|
||||
ENTRY("_start")
|
||||
|
||||
MEMORY
|
||||
{
|
||||
|
@ -1,6 +1,7 @@
|
||||
cat <<EOF
|
||||
OUTPUT_FORMAT("${OUTPUT_FORMAT}")
|
||||
OUTPUT_ARCH(h8300h)
|
||||
ENTRY("_start")
|
||||
|
||||
/* The memory size is 256KB to coincide with the simulator.
|
||||
Don't change either without considering the other. */
|
||||
|
Loading…
Reference in New Issue
Block a user