* Makefile.in: Use srcdir instead of VPATH in ldgram/ldlex
[deliverable/binutils-gdb.git] / binutils / ChangeLog
index 234c12fb4f3577d8add86575540a738a7cd0ab01..481e440a4678f91ed99babe56f11945960a2c437 100644 (file)
@@ -1,3 +1,189 @@
+Fri May 22 13:40:37 1992  Per Bothner  (bothner@cygnus.com)
+
+       * Makefile.in:  Use srcdir instead of VPATH in ldgram/ldlex
+       rules, since these are used when building a distribution.
+       * Makefile.in (arlex.c):  Don't re-direct output, since that
+       leaves a bogus output files if it fails.
+
+       * arlex.l:  Make work with lex, for what it's worth.
+       * Makefile.in:  Better lex support.
+       * Makefile.in (dist):  Generate flex and bison outputs
+       for distribution.
+
+Thu May 14 17:17:59 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
+
+       * Makefile.in: get BISON definition right.
+
+Fri May  8 07:47:08 1992  K. Richard Pixley  (rich@cygnus.com)
+
+       * sanity.sh: default TMPDIR to ".".
+
+Thu May  7 12:34:50 1992  Roland H. Pesch  (pesch@fowanton.cygnus.com)
+
+       * binutils.texi: add doc for ar command language.
+
+Wed May  6 18:05:36 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
+
+       * arparse.y: make END call ar_end
+       * arsup.c (ar_end): added, deletes temp file if archive session
+       aborted.
+
+
+Wed May  6 11:08:53 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
+
+       * Makefile.in: use bison & flex from ../ if they exist.  Also,
+         FLEX->LEX.
+
+       * sanity.sh: remove temporary directory when finished.
+
+Tue May  5 12:00:58 1992  Per Bothner  (bothner@rtl.cygnus.com)
+
+       * Makefile.in:  Bump to version 1.97.
+       * ar.c:  Declare errno for machines that need it.
+
+Mon May  4 23:29:51 1992  John Gilmore  (gnu@cygnus.com)
+
+       * objdump.c (display_info):  Handle error cases without coredump.
+       Close the dummy temporary file we open in the loop.
+       * Makefile.in (arsup.o):  Add kludge to build with Sun Make.
+
+Fri May  1 16:20:23 1992  K. Richard Pixley  (rich@cygnus.com)
+
+       * Makefile.in: added test-install target.
+
+       * sanity.sh: new file.
+
+       * Makefile.in: use sanity test on make check.
+
+Tue Apr 21 13:38:37 1992  K. Richard Pixley  (rich@cygnus.com)
+
+       * Makefile.in: rework CFLAGS so that they can be passed on the
+         command line to make.  Remove MINUS_G.  Default CFLAGS to -g.
+
+Wed Apr 15 14:33:07 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
+
+       * arsup.c, arsup.h, arparse.y, arlex.l: support for archive
+       scripting language.
+
+Fri Mar  6 21:54:53 1992  K. Richard Pixley  (rich@cygnus.com)
+
+       * Makefile.in: added check target.
+
+Thu Mar  5 21:35:49 1992  K. Richard Pixley  (rich@cygnus.com)
+
+       * Makefile.in: added clean-info target.
+
+Tue Mar  3 15:36:37 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
+
+       * Makefile.in: remove $(COPY_PROG) from PROGS.  It shouldn't be
+         installed. added tooldir and program_prefix.
+
+Wed Feb 26 18:04:40 1992  K. Richard Pixley  (rich@cygnus.com)
+
+       * Makefile.in, configure.in: removed traces of namesubdir,
+         -subdirs, $(subdir), $(unsubdir), some rcs triggers.  Forced
+         copyrights to '92, changed some from Cygnus to FSF.
+
+Sun Feb 16 12:53:02 1992  Per Bothner  (bothner at cygnus.com)
+
+       * Makefile.in:  Bump version to 1.96, and remove -beta
+       suffix from distribution name.
+       * m68k-pinsn.c:  New macro COERCE_SIGNED_CHAR to extract
+       the signed value of a character (even if chars are unsigned).
+       * sparc-pinsn.c:  Add new operand types.
+
+Thu Feb  6 12:14:19 1992  Steve Chamberlain  (sac at rtl.cygnus.com)
+
+       * objdump.c (disassemble_data): don't print a section's contents
+       if it's not loadable (eg bss)
+
+Tue Jan 28 11:11:06 1992  Steve Chamberlain  (sac at rtl.cygnus.com)
+
+       * m68k-pinsn.c (print_insn_arg): fixed so that -ve branch
+       displacements don't get printed as large +ve ones.
+
+Fri Jan 24 14:47:53 1992  Steve Chamberlain  (sac at rtl.cygnus.com)
+
+       * copy.c, nm.c, objdump.c, size.c : changed to use the
+       new reloc scheme.
+
+
+Mon Dec 30 18:34:41 1991  Per Bothner  (bothner at cygnus.com)
+
+       * bucomm.c (print_arelt_descr):  Tweek the output format
+       so that 'ar tv' output follows Posix 1003.2/D11.
+       Output is now also identical to Sun's (except __.SYMDEF).
+
+Mon Dec 30 06:09:53 1991  John Gilmore  (gnu at cygnus.com)
+
+       * Makefile.in:  Make `make' output more readable.
+
+Wed Dec 18 15:04:45 1991  Per Bothner  (bothner at cygnus.com)
+
+       * Makefile.in:  Bump to version 1.94.
+
+Wed Dec 11 16:48:09 1991  Steve Chamberlain  (sac at cygnus.com)
+
+       * ar.c: added "b" to fopens for dos
+       * configdj.bat, makefile.dos new files from DJ
+
+Tue Dec 10 04:07:26 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
+
+       * Makefile.in: infodir belongs in datadir.
+
+Sat Dec  7 17:09:37 1991  Steve Chamberlain  (sac at rtl.cygnus.com)
+
+       * bucomm.h: created to hold prototypes of bucomm.c
+       * objdump.h: created to hold prototyes of objdump.c
+       * am29k-pinsn.c: include objdump.h
+       * ar.c: include bucomm.h, get ar.h from the right place and
+       include libbfd.h
+       * bucomm.c: defunize bfd_fatal
+       * copy.c: include bucomm.h, lint.
+       * i960-pinsn.h: include bucomm.h
+       * m68k-pinsn.h: lint
+       * nm.c: include bucomm.h, lint
+       * objdump.c: lint
+       * sparc-pinsn.c: include objdump.h
+
+       
+
+Fri Dec  6 23:02:14 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
+
+       * Makefile.in: added standards.text support.  install using
+         INSTALL_PROGRAM and INSTALL_DATA.
+
+       * configure.in: configure now does all of it's work from objdir so
+         make file existence tests against ${srcdir}.
+
+Thu Dec  5 22:46:22 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
+
+       * Makefile.in: idestdir and ddestdir go away.  Added copyrights
+         and shift gpl to v2.  Added ChangeLog if it didn't exist. docdir
+         and mandir now keyed off datadir by default.
+
+Wed Dec  4 22:42:03 1991  Per Bothner  (bothner at cygnus.com)
+
+       * Makefile.in:  Bump to version 1.93.
+       * Makefile.in:  Add make-strip.o:maybe-strip.c dependency
+       for make versions that provide half-baked VPATH-support (e.g. Sun's).
+       * size.c:  Improvements suggested by
+       "david d [zoo] zuhn" <zoo@aps1.spa.umn.edu>:
+       - Don't emit (Berkeley) headers if no files were found.
+       - Return a non-zero return code on failure.
+
+Sat Nov 30 21:34:19 1991  Steve Chamberlain  (sac at rtl.cygnus.com)
+
+       Changes due to include file renaming:
+       * am29k-pinsn.c: a29k-opcode.h  -> opcode/a29k.h
+       * sparc-pinsn.c: sparc-opcode.h -> opcode/sparc.h
+       * m68k-pinsn.c:  m68k-opcode.h  -> opcode/m68k.h
+       * nm.c:          stab.gnu.h     -> aout/stab_gnu.h
+
+Tue Nov 19 19:20:43 1991  Per Bothner  (bothner at cygnus.com)
+
+       * README:  Mention MINIMIZE flag for bfd's make.
+
 Mon Nov 18 12:05:37 1991  Per Bothner  (bothner at cygnus.com)
 
        * README:  Various improvements.
This page took 0.024143 seconds and 4 git commands to generate.