aboutsummaryrefslogtreecommitdiff
path: root/gdb/gdbserver/ChangeLog
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2013-04-24 10:45:45 -0600
committerTom Tromey <tromey@redhat.com>2013-11-08 12:29:26 -0700
commit3266f10be2daf35319101f299ae988aa2bbd5297 (patch)
treee630e7c209a981097d1398996f40518cdf55810f /gdb/gdbserver/ChangeLog
parentdb0fec5c4881dc2e65eeba47cd574379c03a4cf4 (diff)
downloadgdb-3266f10be2daf35319101f299ae988aa2bbd5297.zip
gdb-3266f10be2daf35319101f299ae988aa2bbd5297.tar.gz
gdb-3266f10be2daf35319101f299ae988aa2bbd5297.tar.bz2
introduce common.m4
It has bothered me for a while that files in common/ use macros defined via autoconf checks, but rely on each configure.ac doing the proper checks independently. This patch introduces common/common.m4 which consolidates the checks assumed by code in common. The rule I propose is that if something is needed or used by common, it should be checked for by common.m4. However, if the check is also needed by gdb or gdbserver, then it should be duplicated there. Built and regtested on x86-64 Fedora 18 (though this is hardly the most strenuous case) and using the Fedora 18 mingw cross compilers. I also examined the config.in diffs to ensure that symbols did not go missing. 2013-11-08 Tom Tromey <tromey@redhat.com> * acinclude.m4: Include common.m4. * common/common.m4: New file. * configure, config.in: Rebuild. * configure.ac: Use GDB_AC_COMMON. 2013-11-08 Tom Tromey <tromey@redhat.com> * acinclude.m4: Include common.m4, codeset.m4. * configure, config.in: Rebuild. * configure.ac: Use GDB_AC_COMMON.
Diffstat (limited to 'gdb/gdbserver/ChangeLog')
-rw-r--r--gdb/gdbserver/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/gdbserver/ChangeLog b/gdb/gdbserver/ChangeLog
index 9d514e5..639a2ba 100644
--- a/gdb/gdbserver/ChangeLog
+++ b/gdb/gdbserver/ChangeLog
@@ -1,3 +1,9 @@
+2013-11-08 Tom Tromey <tromey@redhat.com>
+
+ * acinclude.m4: Include common.m4, codeset.m4.
+ * configure, config.in: Rebuild.
+ * configure.ac: Use GDB_AC_COMMON.
+
2013-11-06 Andreas Arnez <arnez@linux.vnet.ibm.com>
* linux-s390-low.c (HWCAP_S390_TE): New define.