aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2013-11-05 09:54:03 -0700
committerTom Tromey <tromey@redhat.com>2013-11-08 12:30:02 -0700
commit9467110bae19116ba041118b7d26d675e87506ce (patch)
treefe8157aa8c3f7ecad6c9804f5dbb1623bdeba9cb /gdb/ChangeLog
parent6970667963f7f4df0fb185f7840ce8117ad44c4b (diff)
downloadgdb-9467110bae19116ba041118b7d26d675e87506ce.zip
gdb-9467110bae19116ba041118b7d26d675e87506ce.tar.gz
gdb-9467110bae19116ba041118b7d26d675e87506ce.tar.bz2
gdb configure updates
Now that the configury needed for the "common" and "target" directories is in common.m4, some code in gdb's configure.ac is redundant. I ran this script after making an "ID" file using mkid: sed -n 's/^.*\(HAVE_[A-Z0-9_]*\).*$/\1/p' config.in | while read x; do echo ===== $x gid $x | egrep -v '^(testsuite|gnulib|common|target|gdbserver)/' done This finds all the spots using HAVE_ defines, and, more importantly, makes it clear which defines aren't used in the main parts of gdb. From this I came up with this patch to remove all the unused bits. There are a few that are subtly used -- for example the configure script sometimes checks internal configure cache variables, meaning some checks cannot be removed. 2013-11-08 Tom Tromey <tromey@redhat.com> * configure, config.in: Rebuild. * configure.ac: Remove unused configury.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 047196f..639c912 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,10 @@
2013-11-08 Tom Tromey <tromey@redhat.com>
+ * configure, config.in: Rebuild.
+ * configure.ac: Remove unused configury.
+
+2013-11-08 Tom Tromey <tromey@redhat.com>
+
* m32c-tdep.c: Use gdb_string.h.
2013-11-08 Tom Tromey <tromey@redhat.com>