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/configure.ac | |
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/configure.ac')
-rw-r--r-- | gdb/configure.ac | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gdb/configure.ac b/gdb/configure.ac index 272c664..e5984df 100644 --- a/gdb/configure.ac +++ b/gdb/configure.ac @@ -1919,11 +1919,6 @@ if test "${ERROR_ON_WARNING}" = yes ; then WERROR_CFLAGS="-Werror" fi -# The entries after -Wno-pointer-sign are disabled warnings which may -# be enabled in the future, which can not currently be used to build -# GDB. -# NOTE: If you change this list, remember to update -# gdb/doc/gdbint.texinfo. build_warnings="-Wall -Wdeclaration-after-statement -Wpointer-arith \ -Wpointer-sign \ -Wno-unused -Wunused-value -Wunused-function \ |