aboutsummaryrefslogtreecommitdiff
path: root/binutils/Makefile.in
AgeCommit message (Collapse)AuthorFilesLines
1991-11-15.Sanitize: reflect someone's apocopation of binutils.texi[nfo] nameRoland Pesch1-6/+40
Makefile.in: improve texi2roff workarounds
1991-11-14Remove '-' prefix from makeinfo invocation. There are no info errorsRoland Pesch1-1/+1
in doc here; if any creep in I want a bug report.
1991-11-14build and install info; install other correctlyK. Richard Pixley1-7/+14
1991-11-14(1) repair Makefile targets involving "binutils.texinfo" to useRoland Pesch1-12/+18
instead new short name "binutils.texi" (which presumably someone changed for SysV short-name file systems). (2) use [what I understand to be] current conventions for $srcdir, makeinfo -o. (3) more filtering of roff'able target forms of doc.
1991-11-11Added the $(MINUS_G) flag so that debugging can be turned offSteve Chamberlain1-1/+2
1991-11-08install man pages tooK. Richard Pixley1-2/+13
1991-11-05find include filesK. Richard Pixley1-2/+2
1991-11-03 * Makefile.in ($(DIST_NAME).tar.Z), TODO: Various fixes.Per Bothner1-4/+4
* ar.c (get_pos_bfd): Fix to handling of before/after positioning options. * bucomm.c (fatal): MISSING_VFPRINTF is no longer an issue, since libiberty contains vfprintf etc if otherwise missing. * m68k-pinsn.c (print_insn_arg): Support BB/BW/BL type operands, as used by branch instructions. * nm.c: Delegate printing of symbols to BFD, by using bfd_print_symbol to do the formatting.
1991-10-16 * Makefile.in, ar.c, bucomm.c, copy.c, cplus-dem.c, filemode.c,Per Bothner1-6/+25
i960-pinsn.c, m68k-pinsn.c, nm.c, objdump.c, size.c, sparc-pinsn.c, * strip.c: Add or update Copyright notice. * TODO: Add note on 'nm -a'. * version.c: Update version number to 1.90. * Makefile.in: Fix making of documentation for dist.
1991-10-15New targets binutils.mm, binutils.meRoland Pesch1-2/+17
1991-10-12Avoid Sun Make VPATH bugs by adding dependencies.John Gilmore1-10/+18
1991-10-11 * Makefile.in: add target "binutils.ms"Roland Pesch1-0/+17
1991-10-11Use -I. to get sysdep.h.John Gilmore1-8/+7
1991-10-10 * nm.c (print_symbols): Handle NULL name field of symbol.Per Bothner1-3/+0
* Makefile.in: Removed spurious comment.
1991-10-08 * Makefile.in: new targets binutils.dvi, binutils.infoRoland Pesch1-1/+11
1991-10-08Fixed typo (for RANLIB_PROG).Per Bothner1-1/+14
Started writing rules for making a tar file.
1991-10-07 * ar.c, Makefile.in, new files {is,not,maybe}-ranlib.c:Per Bothner1-8/+19
Make two different binaries for ar and ranlib, instead of distinguishing them at run time using argv[0]. (Old behavior is still available if you "make ar_with_ranlib", but it is not the default.) * ranlib.sh (new): An alternative one-line shell implementation of ranlib.
1991-10-02no more configure on which to dependK. Richard Pixley1-1/+1
1991-10-01Exploit the new executable config.statusK. Richard Pixley1-10/+7
1991-06-09added support for binary comparisons.K. Richard Pixley1-7/+11
1991-05-02Merge devo/bfd with GDB's bfd.John Gilmore1-3/+2
Use "libiberty" rather than "getopt" directory. Add a few FIXME's to ar.c.
1991-04-25Use the new merged include directory.John Gilmore1-1/+1
1991-04-24Three staging checkpoint.K. Richard Pixley1-33/+34
1991-04-17Now uses getopt from ../getopt.K. Richard Pixley1-7/+4
1991-04-16Now handles multiple hosts and targets.K. Richard Pixley1-5/+19
1991-04-09First cut config hits binutils.K. Richard Pixley1-40/+50
1991-04-04Initial revisionK. Richard Pixley1-0/+189