* scripttempl/pe.em (gld${EMULATION_NAME}_place_orphan): New function.
(gld${EMULATION_NAME}_place_section): New function. (hold_{section,use,text,rdata,data}): New static locals. (ld_${EMULATION_NAME}_emulation): Update orphan field. * scripttempl/pe.sc: Whitespace cleanup. Semicolon usage cleanup. (INIT,FINI): Delete, unused. (.text): Document orphan .text.foo sections. (.rdata): Document orphan .rdata.foo sections. (.data): Document orphan .data.foo sections.
This commit is contained in:
parent
a1613b5f35
commit
7248b4e2d2
1 changed files with 12 additions and 0 deletions
12
ld/ChangeLog
12
ld/ChangeLog
|
@ -1,3 +1,15 @@
|
|||
Tue May 7 10:56:11 1996 Doug Evans <dje@canuck.cygnus.com>
|
||||
|
||||
* scripttempl/pe.em (gld${EMULATION_NAME}_place_orphan): New function.
|
||||
(gld${EMULATION_NAME}_place_section): New function.
|
||||
(hold_{section,use,text,rdata,data}): New static locals.
|
||||
(ld_${EMULATION_NAME}_emulation): Update orphan field.
|
||||
* scripttempl/pe.sc: Whitespace cleanup. Semicolon usage cleanup.
|
||||
(INIT,FINI): Delete, unused.
|
||||
(.text): Document orphan .text.foo sections.
|
||||
(.rdata): Document orphan .rdata.foo sections.
|
||||
(.data): Document orphan .data.foo sections.
|
||||
|
||||
Tue May 7 11:35:46 1996 Jeffrey A Law (law@cygnus.com)
|
||||
|
||||
* scripttempl (h8300.sc, h8300h.sc): Place .rodata sections
|
||||
|
|
Loading…
Reference in a new issue