* tic80.h (TIC80MAGIC): Renamed to TIC80_AOUTHDR_MAGIC.
[deliverable/binutils-gdb.git] / ld / ChangeLog
index 90924fa6f9e965387d33e3bad5bb9a5f0dcdd8c2..20789bf84ff108d74f3264aadfa4770551abdc4e 100644 (file)
@@ -1,5 +1,170 @@
+start-sanitize-m32r
+Tue Jan 21 12:11:10 1997  Doug Evans  <dje@seba.cygnus.com>
+
+       * emulparams/m32relf.sh (OTHER_RELOCATING_SECTIONS): Use PROVIDE
+       to define `_stack'.
+
+end-sanitize-m32r
+Thu Jan 16 17:07:52 1997  Ian Lance Taylor  <ian@cygnus.com>
+
+       * ld.h (args_type): Rename auxiliary_filter_shlib to
+       auxiliary_filters, and make it char **.
+       * lexsup.c (parse_args): Handle -f by setting up an array.
+       * emultempl/elf32.em (gld${EMULATION_NAME}_before_allocation): Use
+       new name of auxiliary_filters.
+
+       * ld.texinfo (Options): Improve documentation of --filter and
+       --auxiliary.
+
+Tue Jan 14 15:44:28 1997  Ian Lance Taylor  <ian@cygnus.com>
+
+       * ld.texinfo (Options): Clarify that the normal usage is -T.
+       (Commands): Likewise.
+
+Thu Jan  9 11:26:27 1997  Ian Lance Taylor  <ian@cygnus.com>
+
+       * scripttempl/armcoff.sc: Correct mask used for .data address.
+
+Wed Jan  8 15:14:59 1997  Geoffrey Noer  <noer@cygnus.com>
+
+       * emultempl/pe.em: make default executable a.exe instead of
+       a.out
+
+Fri Jan  3 17:33:34 1997  Richard Henderson  <rth@tamu.edu>
+
+       * scripttempl/elf.sc: Move .got closer to .sdata and .sbss by
+       shifting .plt back.  Rumour has it that the NetBSD ld.so depends
+       on .dynamic being after .got, so we leave that.
+
+Fri Jan  3 14:04:40 1997  Ian Lance Taylor  <ian@cygnus.com>
+
+       * Makefile.in (clean): Don't remove configdoc.texi.
+       (maintainer-clean): Do remove configdoc.texi.
+
+       * ld.texinfo (Operators): Remove '@' from @smallexmple in comment
+       to avoid confusing texi2roff.
+
+start-sanitize-v850
+Fri Jan  3 11:27:02 1997  Michael Meissner  <meissner@tiktok.cygnus.com>
+
+       * scripttempl/v850.sc (.zdata): Add .zcommon section.
+       (.tdata): Add .tcommon and .tcommon_byte sections.
+
+end-sanitize-v850
+Thu Jan  2 18:14:32 1997  Ian Lance Taylor  <ian@cygnus.com>
+
+       * configure.tgt (mips*el-*-linux*, mips*-*-linux*): New targets.
+       * scripttempl/elfmips.sc: Use __start as the entry address for
+       mips*-*-linux*.
+
+Tue Dec 31 14:48:30 1996  Ian Lance Taylor  <ian@cygnus.com>
+
+       * Makefile.in (ALL_CFLAGS): Add -D_GNU_SOURCE.
+
+       * ld.h (args_type): Add filter_shlib and auxiliary_filter_shlib
+       fields.
+       * lexsup.c (parse_args): Recognize --auxiliary/-f and
+       --filter/-F.
+       * emultempl/elf32.em (gld${EMULATION_NAME}_before_allocation):
+       Pass filter_shlib and auxiliary_filter_shlib to
+       size_dynamic_sections.
+       * ld.texinfo, ld.1: Document --filter/-F and --auxiliary/-f.
+
+start-sanitize-v850
+Mon Dec 30 13:55:57 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
+
+       * scripttempl/v850.sc (.tdata) Add .tbss and .tbyte sections.
+
+end-sanitize-v850
+Wed Dec 18 22:57:35 1996  Stan Shebs  <shebs@andros.cygnus.com>
+
+       * mpw-make.sed: Use NewFolderRecursive for installation.
+
+start-sanitize-v850
+Fri Dec 13 14:08:50 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
+
+       * scripttempl/v850.sc: Make sure __{e,g}p start relative to the
+       {s,t}data sections.  Do not emit any linker generated symbols if
+       -r.  Use {TEXT,{Z,S,T}DATA}_START_ADDR variables to initialize
+       where the different sections go.  Change some whitespace.
+
+       * emulparams/v850.sh ({TEXT,{Z,S,T}DATA}_START_ADDR): Define
+       appropriately.  Remove crud not used anymore.   
+
+end-sanitize-v850
+Fri Dec 13 10:19:57 1996  Jeffrey A Law  (law@cygnus.com)
+
+       * Makefile.in (emn10200.c): Add dependencies.
+       * configure.tgt: Handle mn10200.
+       * emulparms/mn10200.sh: New file.
+
+Thu Dec 12 17:04:55 1996  Ian Lance Taylor  <ian@cygnus.com>
+
+       * emultempl/gld960c.em: Include <ctype.h>.
+       (gld960_set_output_arch): Get the machine type from the -A option
+       if there is one, rather than always using core.
+
+Sat Dec  7 10:07:51 1996  Jeffrey A Law  (law@cygnus.com)
+
+       * emulparms/mn10300.sh: Handle leading underscores.
+
+Thu Dec  5 13:45:58 1996  Ian Lance Taylor  <ian@cygnus.com>
+
+       * emultempl/elf32.em (gld${EMULATION_NAME}_place_section): Only
+       set hold_rel if SEC_ALLOC is set.
+
+Tue Dec  3 11:29:20 1996  Ian Lance Taylor  <ian@cygnus.com>
+
+       * ldlang.c (section_already_linked): Set the output_offset as well
+       as the output_section when only reading symbols from a file.
+
+Mon Dec  2 11:43:50 1996  Ian Lance Taylor  <ian@cygnus.com>
+
+       * emulparams/*.sh: Make sure that each set of parameters which
+       uses the elf.sc script sets MACHINE.
+
+Wed Nov 27 03:22:05 1996  Jason Merrill  <jason@yorick.cygnus.com>
+
+       * scripttempl/elf{,mips,ppc}.sc: Add the remaining DWARF sections.
+
+start-sanitize-d10v
+       * scripttempl/elfd10v.sc: Likewise.
+end-sanitize-d10v
+start-sanitize-v850
+       * scripttempl/v850.sc: Likewise.
+end-sanitize-v850
+
+Tue Nov 26 16:58:33 1996  Ian Lance Taylor  <ian@cygnus.com>
+
+       * configure: Rebuild with autoconf 2.12.
+
+Mon Nov 25 12:17:55 1996  Jim Wilson  <wilson@cygnus.com>
+
+       * emultempl/pe.em (gld_${EMULATION_NAME}_set_symbols): Add case
+       for bfd_vma to init loop.
+
+Mon Nov 25 09:55:07 1996  Jeffrey A Law  (law@cygnus.com)
+
+       * emulparms/mn10300.sh: Remove bogus '_' prefix for
+       entry symbol and ctor/dtor stuff.
+
+Fri Nov 15 13:00:18 1996  Jeffrey A Law  (law@cygnus.com)
+
+       * Makefile.in (emn10300.c): Add dependencies.
+       * configure.tgt: Handle mn10300.
+       * emulparms/mn10300.sh: New file.
+
+start-sanitize-d10v
+Tue Nov  5 10:57:50 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
+
+       * emulparams/d10velf.sh (READONLY_START_ADDR): Changed to 0x2000004.
+       (EMBEDDED): Define.
+       
+end-sanitize-d10v      
 Fri Nov  1 10:01:27 1996  Ian Lance Taylor  <ian@cygnus.com>
 
+       * ld.texinfo: Add section on reporting bugs.
+
        * scripttempl/m68kcoff.sc: Make sure the etext and __CTOR_LIST__
        symbols are correctly aligned.
 
@@ -336,8 +501,8 @@ Mon Aug 19 11:28:29 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
 
 start-sanitize-d10v
        * emulparams/d10velf.sh (MACHINE): Explicitly set to nothing.
-end-sanitize-d10v
 
+end-sanitize-d10v
 Fri Aug 16 19:18:08 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
 
        * genscripts.sh: Explicitly reset any shell variables set or used
@@ -347,8 +512,8 @@ Fri Aug 16 19:18:08 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
 
 start-sanitize-d10v
        * Makefile.in (ed10velf.c): Use tdir_d10v, not tdir_arcelf.
-end-sanitize-d10v
 
+end-sanitize-d10v
 Fri Aug 16 14:15:41 1996  James G. Smith  <jsmith@cygnus.co.uk>
 
        * scripttempl/armcoff.sc (__bss_start__, __bss_end__,
This page took 0.02577 seconds and 4 git commands to generate.