aboutsummaryrefslogtreecommitdiff
path: root/gnu/usr.bin/binutils/doc/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Retire obsolete GDB 6.1.1Ed Maste2020-12-151-11/+0
| | | | | | | | | | | | | | | | | | | | | GDB 6.1.1 was released in June 2004 and is long obsolete. It does not support all of the architectures that FreeBSD does, and imposes limitations on the FreeBSD kernel build, such as the continued use of DWARF2 debugging information. It was kept (in /usr/libexec/) only for use by crashinfo(8), which extracts some basic information from a kernel core dump after a crash. Crashinfo already prefers gdb from port/package if installed. Future work may add kernel debug support to LLDB or find another path for crashinfo's needs, but in any case we do not want to ship the excessively outdated GDB in FreeBSD 13. Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D27610 Notes: svn path=/head/; revision=368667
* Install manpage version of texinfo documentation for binutilsBaptiste Daroussin2015-03-021-5/+4
| | | | Notes: svn path=/head/; revision=279529
* Add pregenerated documentation for as(1) and ld(1)Baptiste Daroussin2015-01-041-0/+12
| | | | Notes: svn path=/head/; revision=276651
* Remove GNU texinfo from base along with all info pages.Baptiste Daroussin2015-01-021-31/+0
| | | | | | | | | | | | To be able to info pages consider installing texinfo from ports print/texinfo or via pkg: pkg install texinfo Differential Revision: https://reviews.freebsd.org/D1409 Reviewed by: emaste, imp (previous version) Relnotes: yes Notes: svn path=/head/; revision=276551
* Update doc Makefile and texinfo config file.Dimitry Andric2010-11-011-3/+3
| | | | Notes: svn path=/projects/binutils-2.17/; revision=214643
* Update makeinfo include paths, and configuration settings for the asDimitry Andric2010-10-211-2/+2
| | | | | | | info page. Notes: svn path=/projects/binutils-2.17/; revision=214184
* Do not build or install gasp.info anymore, as gasp is obsolete.Dimitry Andric2010-10-181-2/+1
| | | | Notes: svn path=/projects/binutils-2.17/; revision=214031
* 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-011-5/+12
| | | | | | | 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 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
* 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-031-0/+18
and install the info pages for the new assembler and linker. Notes: svn path=/head/; revision=39909