aboutsummaryrefslogtreecommitdiff
path: root/gnu/usr.bin/binutils/doc
Commit message (Collapse)AuthorAgeFilesLines
* Removed. It was used for building gdb docs, which we don't do hereMarcel Moolenaar2004-06-271-31/+0
| | | | | | | anymore. Notes: svn path=/head/; revision=131173
* Remove building gdb info files. The gdb info files are built as partMarcel Moolenaar2004-06-251-31/+3
| | | | | | | | of building gdb itself, which has been decoupled from binutils for as much as is reasonable. Notes: svn path=/head/; revision=131088
* Turn back on the building of GDB info files.David E. O'Brien2004-06-231-4/+0
| | | | Notes: svn path=/head/; revision=130957
* This should be the right set of docs sources.David E. O'Brien2004-06-211-3/+5
| | | | Notes: svn path=/head/; revision=130862
* Disable building of GDB info files until the gdb6 upgrade is finished.David E. O'Brien2004-06-211-1/+6
| | | | Notes: svn path=/head/; revision=130859
* Don't build separate annotate.info, it's already part of gdb.info.Ruslan Ermilov2003-07-011-2/+1
| | | | Notes: svn path=/head/; revision=117114
* Fixed CLEANFILES.Ruslan Ermilov2003-02-251-2/+3
| | | | | | | Submitted by: cron Notes: svn path=/head/; revision=111490
* Update for 2.12.1 20-July-2002 import.David E. O'Brien2002-09-011-3/+6
| | | | Notes: svn path=/head/; revision=102778
* Add the missing dependency (gdbint.info: gdb-cfg.texi).Ruslan Ermilov2002-07-041-1/+1
| | | | | | | This should resume parallel builds, among other things. Notes: svn path=/head/; revision=99405
* Fixed CLEANFILES.Ruslan Ermilov2002-07-041-1/+1
| | | | Notes: svn path=/head/; revision=99401
* Reconnect gdb info file to the build.Sheldon Hearn2002-07-012-7/+14
| | | | | | | Submitted by: Szilveszter Adam <sziszi@bsd.hu> Notes: svn path=/head/; revision=99204
* There will be no GDB related .info files unless someone that cares about themDavid E. O'Brien2002-06-281-1/+1
| | | | | | | sends a patch. Notes: svn path=/head/; revision=98956
* For the benefit of those Emacs users amongst us, only cut out gdb.infoDavid E. O'Brien2002-06-221-1/+1
| | | | | | | rather than *.info. Notes: svn path=/head/; revision=98623
* Grre-^#$(*+#@$!@% I hate .info files, I really do (thus I have NO_INFO set...)David E. O'Brien2002-06-221-1/+1
| | | | | | | Don't try to read files from a non-existant gdb.291/. Notes: svn path=/head/; revision=98608
* Fixed CLEANFILES.Ruslan Ermilov2001-07-121-1/+2
| | | | Notes: svn path=/head/; revision=79616
* Upgrade for readline 4.2Andrey A. Chernov2001-04-111-45/+29
| | | | Notes: svn path=/head/; revision=75412
* Upgrade to Binutils 2.10.1.David E. O'Brien2000-11-151-2/+2
| | | | Notes: svn path=/head/; revision=68780
* Install the general binutils (such as `nm') info files.David E. O'Brien2000-07-101-1/+6
| | | | | | | | | Patch submitted by: nbm PR: 16585 Submitted by: Assar Westerlund <assar@sics.se> Notes: svn path=/head/; revision=62902
* Pull the switch and activate our Binutils to a snapshot of the up andDavid E. O'Brien2000-05-221-2/+5
| | | | | | | comming 2.10 release. Notes: svn path=/head/; revision=60777
* A bandaid to try and make this buildable. This should probably bePeter Wemm2000-03-201-4/+27
| | | | | | | | rechecked by somebody who knows what is meant to happen here. The new libreadline rluser.texinfo file duplicates the '@defcodeindex bt' entry. Notes: svn path=/head/; revision=58347
* Build and install gasp's infodocs along side the other binutil docs ratherDavid E. O'Brien2000-02-211-1/+2
| | | | | | | | | than seperately. Pointed out by: bde Notes: svn path=/head/; revision=57381
* $Id$ -> $FreeBSD$Peter Wemm1999-08-271-1/+1
| | | | Notes: svn path=/head/; revision=50472
* * Merge gdb/doc/Makefile into binutils/doc/MakefileDoug Rabson1999-05-021-3/+22
| | | | | | | | | | * Update build for gdbserver and gdbreplay to work under binutils * Fix gdbserver to use PT_GETREGS etc to access registers, removing the dependancy on the u-area. * Make gdbserver work on the alpha. Notes: svn path=/head/; revision=46328
* Don't build the info pages for the old assembler. Instead, buildJohn Polstra1998-10-032-0/+88
| | | | | | | and install the info pages for the new assembler and linker. Notes: svn path=/head/; revision=39909
* Oops, This should have been committed with the Makefile change thatBruce Evans1998-05-011-0/+24
requires the new file. Fixed stale near-copy of contrib/libreadline/doc/hsuser.texinfo. Patch it at build ntime, and only keep the patch for it here. Don't keep a copy of contrib/gdb/gdb/doc/all-cfg.texi here. Link to it at build time. Notes: svn path=/head/; revision=35585