* scripttempl/elf.sc: Add hooks for .sdata, .sbss, and
authorKen Raeburn <raeburn@cygnus>
Mon, 2 Aug 1993 16:52:10 +0000 (16:52 +0000)
committerKen Raeburn <raeburn@cygnus>
Mon, 2 Aug 1993 16:52:10 +0000 (16:52 +0000)
target-specific sections, and for changing data section vma.

ld/ChangeLog

index c06799ade7e825f723c832a10cdb7f038daf40e5..416af4df91e3dd0ffbd97ec898a0233403ff5da3 100644 (file)
@@ -1,3 +1,8 @@
+Mon Aug  2 12:04:36 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
+
+       * scripttempl/elf.sc: Add hooks for .sdata, .sbss, and
+       target-specific sections, and for changing data section vma.
+
 Mon Jul 26 14:00:02 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
 
        * ldgram.y (OPTION_Qy, OPTION_Y, OPTION_dn, OPTION_YP): New
@@ -10,6 +15,9 @@ Mon Jul 26 14:00:02 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
 
        * config/sun4sol2.mt: Pass emulation name without ".sh".
 
+       * emulparams/elf32_sparc.c: Renamed from elf32-sparc.c.
+       * config/sun4sol2.mt (em_elf32_sparc.c): Adjusted accordingly.
+
 Fri Jul 23 13:51:09 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
 
        * scripttempl/elf.sc: Add support for .init, .fini, .ctors,