mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-09-10 05:52:21 +08:00
2000-11-14 Kazu Hirata <kazu@hxi.com>
* scripttempl/h8300.sc: Fix formatting. * scripttempl/h8300h.sc: Likewise. * scripttempl/h8300s.sc: Likewise.
This commit is contained in:
@ -1,12 +1,12 @@
|
||||
TORS=".tors :
|
||||
{
|
||||
___ctors = . ;
|
||||
*(.ctors)
|
||||
___ctors_end = . ;
|
||||
___dtors = . ;
|
||||
*(.dtors)
|
||||
___dtors_end = . ;
|
||||
} > ram"
|
||||
{
|
||||
___ctors = . ;
|
||||
*(.ctors)
|
||||
___ctors_end = . ;
|
||||
___dtors = . ;
|
||||
*(.dtors)
|
||||
___dtors_end = . ;
|
||||
} > ram"
|
||||
|
||||
cat <<EOF
|
||||
OUTPUT_FORMAT("${OUTPUT_FORMAT}")
|
||||
@ -35,7 +35,7 @@ MEMORY
|
||||
SECTIONS
|
||||
{
|
||||
.vectors :
|
||||
{
|
||||
{
|
||||
/* Use something like this to place a specific function's address
|
||||
into the vector table.
|
||||
|
||||
@ -52,7 +52,7 @@ SECTIONS
|
||||
${RELOCATING+ _etext = . ; }
|
||||
} ${RELOCATING+ > ram}
|
||||
|
||||
${CONSTRUCTING+${TORS}}
|
||||
${CONSTRUCTING+${TORS}}
|
||||
|
||||
.data :
|
||||
{
|
||||
|
Reference in New Issue
Block a user