diff options
author | David Edelsohn <dje.gcc@gmail.com> | 1996-05-07 18:04:07 +0000 |
---|---|---|
committer | David Edelsohn <dje.gcc@gmail.com> | 1996-05-07 18:04:07 +0000 |
commit | 7248b4e2d298776734b22c4377eacb588017fb49 (patch) | |
tree | 5d398c45880a042b5b28fda69ec0e52fb6de2dea /ld | |
parent | a1613b5f355de2143e5e2909637130f4d1d13e5a (diff) | |
download | gdb-7248b4e2d298776734b22c4377eacb588017fb49.zip gdb-7248b4e2d298776734b22c4377eacb588017fb49.tar.gz gdb-7248b4e2d298776734b22c4377eacb588017fb49.tar.bz2 |
* 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.
Diffstat (limited to 'ld')
-rw-r--r-- | ld/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 67a30d0..cc77722 100644 --- a/ld/ChangeLog +++ b/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 |