summaryrefslogtreecommitdiff
path: root/gdb/configure
diff options
context:
space:
mode:
authorStan Shebs <shebs@apple.com>2013-09-16 18:00:33 +0000
committerStan Shebs <shebs@apple.com>2013-09-16 18:00:33 +0000
commit5e29d2fbf6e977efbfd125bb69ba775fddf8d03b (patch)
treea80c6c0a1bb2dd379a4de08c39d972c39ee070c2 /gdb/configure
parent44bf49ede30dc8a0a7e286d21ea4784a0bdb0125 (diff)
downloadgdb-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/configure')
-rwxr-xr-xgdb/configure5
1 files changed, 0 insertions, 5 deletions
diff --git a/gdb/configure b/gdb/configure
index b9c48a184b7..7a5eb7feb64 100755
--- a/gdb/configure
+++ b/gdb/configure
@@ -12469,11 +12469,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 \