diff options
author | Stan Shebs <shebs@apple.com> | 2013-09-16 18:00:33 +0000 |
---|---|---|
committer | Stan Shebs <shebs@apple.com> | 2013-09-16 18:00:33 +0000 |
commit | 5e29d2fbf6e977efbfd125bb69ba775fddf8d03b (patch) | |
tree | a80c6c0a1bb2dd379a4de08c39d972c39ee070c2 /gdb/ChangeLog | |
parent | 44bf49ede30dc8a0a7e286d21ea4784a0bdb0125 (diff) | |
download | gdb-5e29d2fbf6e977efbfd125bb69ba775fddf8d03b.tar.gz |
* 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/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 4885ccd4878..f77295779b7 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,13 @@ +2013-09-16 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. + 2013-09-16 Sergio Durigan Junior <sergiodj@redhat.com> * NEWS: Mention new convenience function $_isvoid. |