From: David Edelsohn Date: Tue, 7 May 1996 18:04:07 +0000 (+0000) Subject: * scripttempl/pe.em (gld${EMULATION_NAME}_place_orphan): New function. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=7248b4e2d298776734b22c4377eacb588017fb49;p=binutils-gdb.git * 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. --- diff --git a/ld/ChangeLog b/ld/ChangeLog index 67a30d0fd11..cc77722f92b 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,15 @@ +Tue May 7 10:56:11 1996 Doug Evans + + * 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