Don't ignore .line directives
[deliverable/binutils-gdb.git] / ld / ChangeLog
index 4ff7772e6ca8831f6200b8245141700ed3134f48..9f23140f7a664a20a75c6bbef963ac10ea8aad62 100644 (file)
@@ -1,3 +1,98 @@
+Tue Nov 12 18:36:50 1991  Steve Chamberlain  (sac at cygnus.com)
+
+       * Makefile.in: Take out the version number for install
+       * m88kbcs.sc: put in contructor blocks.
+
+Mon Nov 11 18:47:33 1991  Per Bothner  (bothner at cygnus.com)
+
+       * ldmisc.c, ldmisc.h:  Re-write info() to take a filename
+       parameter, a format, and an arg pointer, and rename it to
+       vfinfo().  Write info() in terms of new vfinfo().
+       New einfo() is the same as info(), except it writes to stderr.
+       * ldemul.c, ldexp.c, ldlang.c, ldlnk960.c, ldmain.c, ldwrite.c,
+       ldmisc.c:  Replace "error" calls to info() by new einfo().
+
+Mon Nov 11 09:57:32 1991  Steve Chamberlain  (steve at cygnus.com)
+
+       * ldlex.l ldgram.y: made -V option do same as -v
+       * Makefile.in: Added $(MINUS_G) flag so debugging can be
+       turned off
+
+Sun Nov  3 16:37:37 1991  Steve Chamberlain  (steve at cygnus.com)
+        i386 aout changes from Bob Kukura
+       * Makefile.in, config.h: added i386aout support
+       * configure.in: fixed /h-{myhost} typo
+       * ldgram.y: -MM now gives more boring map.
+       * ldlang.c: now does D_PAGED flag the right way.
+       * ldsym.c: -MM flags does the right thing.
+
+Sun Nov  3 15:00:03 1991  Per Bothner  (bothner at cygnus.com)
+
+       * configure.in:  Fixed typo.  Also, a fix for hp300bsd.
+       * ldlang.c (init_os):  Compensate for BFD change,
+       where bfd_make_section now returns NULL for a duplicate
+       section request, instead of the old section.
+
+Thu Oct 17 15:27:13 1991  Per Bothner  (bothner at cygnus.com)
+
+       * ldver.c: Bump to version 1.91 (consistent with binutils).
+
+Wed Oct 16 12:27:08 1991  Per Bothner  (bothner at cygnus.com)
+
+       * Makefile.in, config.h, ld.h, ldemul.c, ldexp.c, ldexp.h,
+       ldgram.y, ldlex.l, ldlnk960.c, ldmain.c, ldmisc.c, ldmisc.h,
+       ldsym.c, ldsym.h, ldtemplate, ldvanilla.c, ldver.c, ldver.h,
+       ldwarn.c, ldwarn.h, ldwrite.c, ldwrite.h, mkscript.c:
+       Add or update copyright notices.        
+
+Mon Oct 14 23:55:27 1991  Per Bothner  (bothner at cygnus.com)
+
+       * README: New file.
+       * Makefile.in:  Changed installation directory name scheme
+       to be consistent with gcc.  Also changed 'install'.
+
+Mon Oct 14 17:30:02 1991  Roland H. Pesch  (pesch at cygnus.com)
+
+       * Makefile.in: new targets ld.mm, ld.me
+
+Mon Oct 14 17:27:24 1991  Per Bothner  (bothner at cygnus.com)
+
+       * Makefile.in, ldtemplate:  Need to use separate scripts
+       for -n and -N options.  Yet more complication.
+
+Fri Oct 11 22:40:46 1991  John Gilmore  (gnu at cygnus.com)
+
+       * Makefile.in:  Avoid using $< in explicit Make rules (it doesn't
+       work).  Add some lines to avoid Sun Make VPATH bugs.
+
+Fri Oct 11 16:42:22 1991  Per Bothner  (bothner at cygnus.com)
+
+       * news.sc: Add alignment for data segment.
+       * ldtemplate: Add (yet another) script to get for -n or -N
+       options.  (These need different alignment than ZMAGIC files.)
+       * Makefile.in:  Add stuff for new foo.xn scripts.
+       These are generated by replacing "ALIGN(0x...00)" by ".".
+
+Fri Oct 11 15:43:04 1991  Roland H. Pesch  (pesch at cygnus.com)
+
+       * Makefile.in: new targets ld.ms, ld-index.ms
+       ld.texinfo: remove tabs, other cleanups for texi2roff
+
+Fri Oct 11 13:51:54 1991  Per Bothner  (bothner at cygnus.com)
+
+       * ldmain.c (main): Make config.magic_demand_paged be true
+       by default.  Don't the WP_TEXT and D_PAGED flags of
+       output_bfd here; it's too late, so set it when output_bfd
+       is created (in ldlang.c).  Also fix setting of EXEC_P flag
+       * ldlang.c (ldlang_open_output):  Set output_bfd->flags here.
+       * ldlang.c: Remove some duplicate extern declarations.
+       * ldgram.y: Fixes to -N and -n options.
+       * Makefile.in:  Recognize upper case letters in sed script
+       to remove assignments from script files.
+       * ldtemplate:  Don't assukme that -N or -n options
+       imply use of -r script.
+       * mkscript.c:  Tweaking to correctly handle \n and \\ in input.
+
 Fri Oct 11 10:29:27 1991  Steve Chamberlain  (steve at cygnus.com)
 
        * ldtemplate: include bfd.h before sysdep.h.
This page took 0.024032 seconds and 4 git commands to generate.