From: Ken Raeburn Date: Mon, 2 Aug 1993 16:52:10 +0000 (+0000) Subject: * scripttempl/elf.sc: Add hooks for .sdata, .sbss, and X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=94f9d427e5112a45ed48cb66fa3ca34e8122edd1;p=binutils-gdb.git * scripttempl/elf.sc: Add hooks for .sdata, .sbss, and target-specific sections, and for changing data section vma. --- diff --git a/ld/ChangeLog b/ld/ChangeLog index c06799ade7e..416af4df91e 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -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,