aboutsummaryrefslogtreecommitdiff
path: root/binutils
AgeCommit message (Collapse)AuthorFilesLines
1991-11-18Various improvements.Per Bothner2-0/+77
1991-11-18 * Makefile.in: Bump to version 1.92.Per Bothner3-12/+74
* version.c, Makefile.in: Get version string from Makefile. * copy.c, is-strip.c, not-strip.c, maybe-strip.c, Makefile.in: Make the same change that we earlier did for ar/ranlib: Generate two different binaries for strip and copy and use a global variable with different values to distinguish ostrip from copy. (-1 means to use argv[0] to decide, so you can get the old behavior, but it is no longer the default). * copy.c (copy_file): Set EXEC_P of output bfd if input is so. * copy.c (main): If is_strip==-1, compare last 5 chars of argv[0], not the whole path. * copy.c (main): Return 0, not 1. * copy.c (setup_sections): Fix due to change in bfd_make_section now failing if asked for a duplicate section. * strip.c, ostrip.c: Removed obsolete files. * ar.c, not-ranlib.c, maybe-ranlib.c: Change encoding of is_ranlib variable to be consistent with is_strip for strip.copy (i.e -1 to means use argv[0]).
1991-11-18Initial revisionPer Bothner3-0/+10
1991-11-15.Sanitize: reflect someone's apocopation of binutils.texi[nfo] nameRoland Pesch2-8/+46
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-14added info dir menu hooksK. Richard Pixley1-2/+8
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-13Initial revisionK. Richard Pixley1-0/+737
1991-11-13 * ar.c (get_pos_bfd): Previous fix was missing a "break".Per Bothner1-0/+4
1991-11-11Added the $(MINUS_G) flag so that debugging can be turned offSteve Chamberlain1-1/+2
1991-11-09Now runs write_armap, even when listing contents.Steve Chamberlain1-21/+11
1991-11-09Fixed bug printing 29050 instructions.Steve Chamberlain1-3/+4
1991-11-08Fix missing brackets, parens, discovered during man-page conversion.Roland Pesch1-3/+3
1991-11-08install man pages tooK. Richard Pixley1-2/+13
1991-11-07*** empty log message ***Steve Chamberlain1-0/+17
1991-11-06Added nm.1, objdump.1, ranlib.1, size.1 and strip.1Steve Chamberlain1-1/+10
1991-11-05Initial revisionRoland Pesch1-0/+143
1991-11-05Initial revisionRoland Pesch1-0/+174
1991-11-05Fix for slight formatting error discovered while converting man pages.Roland Pesch1-1/+1
1991-11-05Initial revisionRoland Pesch1-0/+80
1991-11-05Initial revisionRoland Pesch1-0/+218
1991-11-05Initial revisionRoland Pesch1-0/+154
1991-11-05Initial revisionRoland Pesch1-0/+471
1991-11-05Added README to .SanitizeSteve Chamberlain1-1/+6
Made Makefile.in install using ddestdir
1991-11-05find include filesK. Richard Pixley1-2/+2
1991-11-03 * Makefile.in ($(DIST_NAME).tar.Z), TODO: Various fixes.Per Bothner3-16/+27
* 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-11-01*** empty log message ***Roland Pesch1-40/+99
1991-10-29Minor corrections from proofreading pass for WRS.Roland Pesch1-47/+59
1991-10-29Don't care about an unlink failureSteve Chamberlain1-2/+5
1991-10-28 * ar.c (write_archive.c): added unlink before rename since someSteve Chamberlain2-5/+36
systems can't rename onto an existant file.
1991-10-21 * nm.c: now doesn't crash if a symbol with no section and noSteve Chamberlain2-40/+93
SEC_ABS appears.
1991-10-16 * Makefile.in, ar.c, bucomm.c, copy.c, cplus-dem.c, filemode.c,Per Bothner10-24/+85
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 Pesch2-2/+21
1991-10-12Avoid Sun Make VPATH bugs by adding dependencies.John Gilmore2-10/+22
1991-10-11 * Makefile.in: add target "binutils.ms"Roland Pesch2-0/+19
1991-10-11 * binutils.texinfo: minor restructuring for texi2roff comfort.Roland Pesch1-0/+4
(said "makeinfo" rather than "texi2roff" by mistake in CVS log for binutils. This one's right. Good thing, since this one's the distributed log...
1991-10-11More literal adherence to "standard" texinfo usage of @tex, @title, @author,Roland Pesch1-26/+26
etc., for makeinfo's comfort.
1991-10-11Restructure configuration scheme for bfd, binutils, ld.John Gilmore1-0/+16
* include/sys/h-*.h: Move to bfd/hosts/h-*.h. * configure.in: Revise to symlink sysdep.h to ../bfd/hosts/h-xxx.h. Change some config names to match other dirs. * *.c: Include bfd.h before sysdep.h, so ansidecl and PROTO() get defined first. * Makefile.in: Use -I. to get sysdep.h.
1991-10-11Use -I. to get sysdep.h.John Gilmore1-8/+7
1991-10-11Include bfd.h before sysdep.h, so ansidecl and PROTO() get defined first.John Gilmore8-69/+17
1991-10-10updatingK. Richard Pixley1-2/+4
1991-10-10 * nm.c (print_symbols): Handle NULL name field of symbol.Per Bothner1-3/+0
* Makefile.in: Removed spurious comment.
1991-10-10Oops... forgot 1.9 -> 1.90 last time around...Roland Pesch1-2/+2
1991-10-10Warn 'ar q' doesn't update archive ST index.Roland Pesch1-8/+9
1991-10-08 * binutils.texinfo: minor typos, phrasing, formatting fixes.Roland Pesch2-47/+61
1991-10-08 * configure.in: Get host file from ../bfd/config, not config.Per Bothner1-0/+5
1991-10-08 * Makefile.in: new targets binutils.dvi, binutils.infoRoland Pesch2-1/+13
1991-10-08Tue Oct 8 13:58:59 1991 Roland H. Pesch (pesch at cygnus.com)Roland Pesch2-23/+19
* binutils.texinfo: remove most remaining FIXME's, delete references to __.SYMDEF by name
1991-10-08Tue Oct 8 10:23:44 1991 Steve Chamberlain (steve at cygnus.com)Steve Chamberlain1-0/+4
* objdump.c (print_address) Print addresses nicely.