aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
1991-08-01Forgot one more place to remove amdcoff.c reference (sigh).John Gilmore1-3/+8
1991-08-01Makefile, libcoff:Steve Chamberlain1-0/+3
The stuff after the comment /* THE FOLLOWING IS EXTRACTED ... */ is removed from the header files, so the header files broke themselves. This is now fixed because the description is split over two lines. Not a great way. I'll fix it better soon. bfd.doc bfd.texinfo. Merged what was usefull into bfd.texinfo and deleted bfd.doc.
1991-08-01Delete CVS.adm from the release!John Gilmore1-2/+4
1991-08-01Pass Make flags down to lower level when building tar file.John Gilmore1-4/+4
1991-08-01Remove bogus reference to ${destdir}/lib/gcc.John Gilmore1-3/+1
1991-08-01For final (?) 3.98 releaseJohn Gilmore1-113/+295
1991-08-01Surrounded table of renamed commands (version within @ifinfo) withRoland Pesch1-29/+31
@example/@end example. Without this it formatted fine by texinfo-format-buffer in Emacs, but makeinfo insisted on paragraphing it! Also removed "gdb/" from in front of one instance of libiberty...
1991-07-31Handle gdb-all.texinfo properly when M4 doesn't exist or crashesJohn Gilmore1-1/+4
1991-07-31*** empty log message ***Roland Pesch1-0/+24
1991-07-31 Last cleanups for release 3.98:Roland Pesch1-102/+296
Minor typo and formatting fixes; incorporated most fixes remaining from filed mail commenting on earlier drafts. Added warnings: pipes don't work in run command; conditions are converse of assertions; step over fn without debug info goes to next fn; vars may have "wrong" values near fn entrance, exit Added example from Kingston on printing repeated nonadjacent values Added explicit mention that in Emacs gdb mode C-c and C-z are like shell mode for signals Improved installation directions in appendix, added manual formatting instructions Renamed "Stepping and Continuing" to "Continuing and Stepping" so it doesn't sound so much like its parent "Stopping and Continuing"; also moved entries on continue to top of section, so they don't get lost.
1991-07-31Remove archures.hJohn Gilmore1-2/+4
1991-07-31Fixed copyright notices (FSF, not Cygnus; invoke, rather than refer toRoland Pesch1-14/+10
an included copy of, GPL).
1991-07-31Updated TODO.Steve Chamberlain1-1/+24
Wrote a small Memory Usage section in bfd.texinfo
1991-07-31Update for 3.98 release.John Gilmore4-88/+38
1991-07-31Set file permissions the same for everyone before making tar file.John Gilmore1-0/+1
(This clobbers the files' existing permissions.)
1991-07-31Make a little more palatable for an FSF release.John Gilmore1-8/+6
1991-07-31Remove amdcoff.c (and its name from Makefile.in) by default, becauseJohn Gilmore2-4/+15
its copyright is not yet assigned to FSF.
1991-07-31Remove amdcoff.h by default because its copyright is not assigned to FSF.John Gilmore1-1/+12
"Sanitize -keep-29k" will keep it.
1991-07-31 * all files: update copyright notices for GPL version 2.John Gilmore8-74/+182
Install header comments and attribute most modules to their authors. BFD's name is now officially "Binary File Descriptor", so remove any conflicting perjoratives.
1991-07-31Some of these things are already done. More are probably done,John Gilmore1-9/+1
but I am not sure. Check w/Steve.
1991-07-31It's the Binary, not Big, file descriptor library.John Gilmore1-4/+4
1991-07-31Better sanitize aoutx.h too!John Gilmore1-5/+17
1991-07-31Move building and configuring stuff from .Sanitize to "make gdb.tar.Z".John Gilmore2-13/+3
1991-07-31Add texinfoJohn Gilmore1-1/+5
1991-07-31Remove config.gdb. Restore alldeps.mak, depend, and expread.tab.cJohn Gilmore4-283/+275
to the RCS archives. Update .Sanitize for this.
1991-07-31Remove symseg.h, the ancient GDB symbol-segments (gdb-specific debugJohn Gilmore1-2/+5
information) definition.
1991-07-31Update for gdb-3.98.John Gilmore1-3/+7
1991-07-31Add bfd.ilrt.tar.Z "make" rules.John Gilmore1-1/+21
1991-07-31Initialized a variableSteve Chamberlain1-3/+4
1991-07-31Fixed memory trampling problemSteve Chamberlain1-11/+137
1991-07-31Tighten up for gdb-3.98 release.John Gilmore3-63/+84
1991-07-29Updated list of files to keep to reflect reintegration of most fragmentsRoland Pesch1-24/+7
into gdb.texinfo.
1991-07-29*** empty log message ***Roland Pesch1-0/+8
1991-07-29Fixed a variety of small typos that prevented info from formatting cleanly;Roland Pesch1-13/+13
altered too-long heading for GPL Appendix, as discussed w/RMS; Changed date on cover to July 91.
1991-07-27Changes to accomodate using the freshly built bison in place.K. Richard Pixley1-6/+29
1991-07-27Polishing m68k support.K. Richard Pixley5-624/+672
1991-07-27Pulling in the motorola-'040-library line switch patch from wrs.K. Richard Pixley1-12/+13
1991-07-27*** empty log message ***Steve Chamberlain1-1/+2
1991-07-27*** empty log message ***Steve Chamberlain1-5/+5
1991-07-27*** empty log message ***Steve Chamberlain3-48/+71
1991-07-27*** empty log message ***Roland Pesch1-0/+12
1991-07-27(1) Applied some fixes due to comments from Larry Breed (easier onesRoland Pesch1-270/+392
through chapsec 5.2) (2) Eliminated use of @footnote---had my doubts about it anyways, and it's broken in latest texinfo (3) Introduced *some* use of [] for optional arguments, where explanation is not simpler by listing cmd w arg and cmd w/out arg separately. Still not using @deffn. (4) Dropped in GPL-2. NOTE: one of GPL-2 or texinfo is broken; a couple of headings are too long. Need patches to texinfo or revision to GPL-2.
1991-07-26Partial update to README for new configure script and newRoland Pesch2-51/+106
documentation make targets.
1991-07-25(1) Re-incorporated former M4 fragments into this file; GNU m4 >=0.84Roland Pesch1-25/+6001
no longer crashes on long docs. (2) Included some improvements based on Larry Breed's comments.
1991-07-25Don't eliminate libg++. Jimmy Hoffa disappeared before libg++ wasMichael Tiemann1-1/+6
even conceived.
1991-07-25Update copylefts of all copylefted files to Version 2.John Gilmore6-80/+85
Add header comments to a few files (ieee, oasys) that Steve never commented. Preparation for gdb-3.98 release.
1991-07-24Re-merged m68k support for gas.K. Richard Pixley1-127/+135
1991-07-24Added some hints about documentationSteve Chamberlain1-7/+19
Fixed prototype for bfd_get_elt_at_index
1991-07-24*** empty log message ***Steve Chamberlain1-1/+5
1991-07-24Initial revisionSean Eric Fagan1-0/+1