This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH] Remove gdbint.texinfo


Now that a copy of the internals manual has been pulled into the GDB
wiki (http://sourceware.org/gdb/wiki/InternalsManual), the next step is
the removal of the texinfo file.

The mechanics are straightforward; I also scrubbed some obsolete
comments here and there.  The change leaves doc/observer.texi as an
orphan that is still needed to generate observer.h - since the idea
of generating source code from documentation hasn't caught on in GDB,
I think a future patch should change that process.

As for downstream effects, from what I can tell we will want to tweak
our web page that links to a formatted copy of gdbint, but everybody
else just installs whatever gets built, and won't notice the absence of
the internals manual.

Stan
stan@codesourcery.com

2013-08-28  Stan Shebs  <stan@codesourcery.com>

	* README: Update references to writing code for GDB.
	* configure.ac (build_warnings): Remove obsolete comment.
	* configure: Regenerate.
	* gdbarch.sh: Remove references to gdbint.texinfo.
	* gdbarch.h: Regenerate.
	* gdbtypes.c (objfile_type): Remove comments referencing
	internals manual and D10V.

	[gdb/doc]
	Remove the internals manual gdbint.texinfo.
	* Makefile.in (INFO_DEPS): Remove gdbint.info.
	(PDFFILES): Remove gdbint.pdf.
	(HTMLFILES): Remove gdbint/index.html.
	(HTMLFILES_INSTALL): Remove gdbint.
	(GDBINT_DOC_FILES): Remove.
	(dvi): Remove gdbint.dvi.
	(ps): Remove gdbint.ps.
	* gdbint.texinfo: Remove file.
	* gdb.texinfo (Maintenance Commands): Remove reference to
	gdbint.




Attachment: gdbint-patch-1
Description: Text document


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]