aboutsummaryrefslogtreecommitdiff
path: root/binutils
AgeCommit message (Collapse)AuthorFilesLines
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.
1991-10-08Two formatting bugfixes.Roland Pesch1-7/+6
1991-10-08Updated sketchy doc for devo versions. FIXMEs remain.Roland Pesch1-81/+223
1991-10-08Remove configure and config.sub from the expected list.John Gilmore1-3/+4
1991-10-08Add binutils.texinfo, and change *-ranlib.o to *-ranlib.c.John Gilmore1-4/+8
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 Bothner3-9/+43
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-07Initial revisionPer Bothner4-0/+13
1991-10-05Cope with renames of a few BFD types & enums.John Gilmore2-90/+117
1991-10-05*** empty log message ***Roland Pesch1-0/+5
1991-10-05Initial revisionRoland Pesch1-0/+517
1991-10-02no more configure on which to dependK. Richard Pixley1-1/+1
1991-10-02resyncK. Richard Pixley1-228/+204
1991-10-02steves h8 patchesK. Richard Pixley1-255/+425
1991-10-01Use the new architecture functionsSteve Chamberlain2-4/+8
1991-10-01Exploit the new executable config.statusK. Richard Pixley1-10/+7
1991-09-30 * bucomm.c (fatal): Conditionally compile fatal() depending onPer Bothner2-27/+47
MISSING_VFPRINTF, and don't confuse the issue with NO_VARARGS. * objdump.c (dump_headers): Trivial output format change. * objdump.c (display_info): Loop over integers, not enums, to appease old compilers.
1991-09-01Added config.subSteve Chamberlain1-1/+5
1991-08-22Initial revisionK. Richard Pixley1-0/+276
1991-08-14Die on missing host fragments, let missing target fragments pass.K. Richard Pixley1-0/+20
1991-08-06Host-level GNUmakefiles.K. Richard Pixley1-78/+123