diff options
author | Stan Shebs <shebs@codesourcery.com> | 2013-09-16 18:00:34 +0000 |
---|---|---|
committer | Stan Shebs <shebs@codesourcery.com> | 2013-09-16 18:00:34 +0000 |
commit | 0a7cfe2cf50b450d0cf9db16ee4bd027e08763e8 (patch) | |
tree | f03cdc93796ed3410f5dfe1c9e41989cee434455 /gdb/README | |
parent | a280dbd16004e14560b76141a1aaf1e4659dd33f (diff) | |
download | gdb-0a7cfe2cf50b450d0cf9db16ee4bd027e08763e8.zip gdb-0a7cfe2cf50b450d0cf9db16ee4bd027e08763e8.tar.gz gdb-0a7cfe2cf50b450d0cf9db16ee4bd027e08763e8.tar.bz2 |
* 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.
Diffstat (limited to 'gdb/README')
-rw-r--r-- | gdb/README | 15 |
1 files changed, 8 insertions, 7 deletions
@@ -577,15 +577,16 @@ try typing `M-x gdb RET'. Writing Code for GDB ===================== - There is a lot of information about writing code for GDB in the -internals manual, distributed with GDB in gdb/doc/gdbint.texinfo. You -can read it by hand, print it by using TeX and texinfo, or process it -into an `info' file for use with Emacs' info mode or the standalone -`info' program. + There is information about writing code for GDB in the file +`CONTRIBUTE' and at the website: + + http://www.gnu.org/software/gdb/ + +in particular in the wiki. If you are pondering writing anything but a short patch, especially -take note of the information about copyrights in the node Submitting -Patches. It can take quite a while to get all the paperwork done, so +take note of the information about copyrights and copyright assignment. +It can take quite a while to get all the paperwork done, so we encourage you to start that process as soon as you decide you are planning to work on something, or at least well ahead of when you think you will be ready to submit the patches. |