2001-01-10 Kazu Hirata <kazu@hxi.com>
* scripttempl/h8500.sc: Fix formatting. * scripttempl/h8500b.sc: Likewise. * scripttempl/h8500c.sc: Likewise. * scripttempl/h8500m.sc: Likewise. * scripttempl/h8500s.sc: Likewise.
This commit is contained in:
parent
de9d65b5dc
commit
69f069696b
6 changed files with 104 additions and 119 deletions
|
@ -3,6 +3,11 @@
|
|||
* scripttempl/h8300.sc: Fix formatting. Fix a comment typo.
|
||||
* scripttempl/h8300h.sc: Fix formatting.
|
||||
* scripttempl/h8300s.sc: Likewise.
|
||||
* scripttempl/h8500.sc: Likewise.
|
||||
* scripttempl/h8500b.sc: Likewise.
|
||||
* scripttempl/h8500c.sc: Likewise.
|
||||
* scripttempl/h8500m.sc: Likewise.
|
||||
* scripttempl/h8500s.sc: Likewise.
|
||||
|
||||
2000-01-07 David O'Brien <obrien@BSDi.com>
|
||||
|
||||
|
|
|
@ -14,7 +14,7 @@ OUTPUT_ARCH(${ARCH})
|
|||
|
||||
SECTIONS
|
||||
{
|
||||
.text ${RELOCATING+ 0x0000 } :
|
||||
.text ${RELOCATING+ 0x0000} :
|
||||
{
|
||||
*(.text)
|
||||
${RELOCATING+ _etext = . ; }
|
||||
|
@ -59,7 +59,3 @@ SECTIONS
|
|||
}
|
||||
}
|
||||
EOF
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -17,11 +17,9 @@ SECTIONS
|
|||
.text ${RELOCATING+ 0x10000} :
|
||||
{
|
||||
*(.text)
|
||||
|
||||
${RELOCATING+ _etext = . ; }
|
||||
}
|
||||
|
||||
|
||||
.data ${RELOCATING+ 0x20000} :
|
||||
{
|
||||
*(.data)
|
||||
|
@ -50,17 +48,14 @@ SECTIONS
|
|||
*(.stack)
|
||||
}
|
||||
|
||||
.stab 0 ${RELOCATING+(NOLOAD)} :
|
||||
.stab 0 ${RELOCATING+(NOLOAD)} :
|
||||
{
|
||||
[ .stab ]
|
||||
}
|
||||
.stabstr 0 ${RELOCATING+(NOLOAD)} :
|
||||
|
||||
.stabstr 0 ${RELOCATING+(NOLOAD)} :
|
||||
{
|
||||
[ .stabstr ]
|
||||
}
|
||||
}
|
||||
EOF
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -21,7 +21,6 @@ SECTIONS
|
|||
${RELOCATING+ _etext = . ; }
|
||||
} ${RELOCATING+ > ram}
|
||||
|
||||
|
||||
.data 0x20000 :
|
||||
{
|
||||
*(.data)
|
||||
|
@ -42,23 +41,21 @@ SECTIONS
|
|||
*(COMMON)
|
||||
${RELOCATING+ _end = . ; }
|
||||
} ${RELOCATING+ >ram}
|
||||
|
||||
.stack 0x5fff0 :
|
||||
{
|
||||
${RELOCATING+ _stack = . ; }
|
||||
*(.stack)
|
||||
} ${RELOCATING+ > topram}
|
||||
|
||||
.stab 0 ${RELOCATING+(NOLOAD)} :
|
||||
.stab 0 ${RELOCATING+(NOLOAD)} :
|
||||
{
|
||||
[ .stab ]
|
||||
}
|
||||
.stabstr 0 ${RELOCATING+(NOLOAD)} :
|
||||
|
||||
.stabstr 0 ${RELOCATING+(NOLOAD)} :
|
||||
{
|
||||
[ .stabstr ]
|
||||
}
|
||||
}
|
||||
EOF
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -59,7 +59,3 @@ SECTIONS
|
|||
}
|
||||
}
|
||||
EOF
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -14,13 +14,13 @@ OUTPUT_ARCH(${ARCH})
|
|||
|
||||
SECTIONS
|
||||
{
|
||||
.text ${RELOCATING+ 0x10000 } :
|
||||
.text ${RELOCATING+ 0x10000} :
|
||||
{
|
||||
*(.text)
|
||||
${RELOCATING+ _etext = . ; }
|
||||
}
|
||||
|
||||
.rdata ${RELOCATING+ 0x20000 } :
|
||||
.rdata ${RELOCATING+ 0x20000} :
|
||||
{
|
||||
*(.rdata);
|
||||
*(.strings)
|
||||
|
@ -59,7 +59,3 @@ SECTIONS
|
|||
}
|
||||
}
|
||||
EOF
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue