aboutsummaryrefslogtreecommitdiff
path: root/gdb/gdbserver/ChangeLog
diff options
context:
space:
mode:
authorPedro Alves <palves@redhat.com>2010-08-26 18:36:28 +0000
committerPedro Alves <palves@redhat.com>2010-08-26 18:36:28 +0000
commitfd4679698ad7db235f410a88c68603acc8118099 (patch)
treea700c52421d7c18245381d18ecf1a47d8c4d10cd /gdb/gdbserver/ChangeLog
parentd4596a3d7917d78d17cffc5cd2e7d47c8bf9a383 (diff)
downloadgdb-fd4679698ad7db235f410a88c68603acc8118099.zip
gdb-fd4679698ad7db235f410a88c68603acc8118099.tar.gz
gdb-fd4679698ad7db235f410a88c68603acc8118099.tar.bz2
* Makefile.in (WARN_CFLAGS): Get it from configure.
(WERROR_CFLAGS): New. (INTERNAL_CFLAGS): Add WERROR_CFLAGS. * configure.ac: Introduce --enable-werror, which adds -Werror to the compiler command line. Enabled by default. Disable with --disable-werror. Add -Wdeclaration-after-statement Wpointer-arith and -Wformat-nonliteral to warning flags. * configure: Regenerate.
Diffstat (limited to 'gdb/gdbserver/ChangeLog')
-rw-r--r--gdb/gdbserver/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/gdb/gdbserver/ChangeLog b/gdb/gdbserver/ChangeLog
index ddc6e98..682d8f9 100644
--- a/gdb/gdbserver/ChangeLog
+++ b/gdb/gdbserver/ChangeLog
@@ -1,5 +1,16 @@
2010-08-26 Pedro Alves <pedro@codesourcery.com>
+ * Makefile.in (WARN_CFLAGS): Get it from configure.
+ (WERROR_CFLAGS): New.
+ (INTERNAL_CFLAGS): Add WERROR_CFLAGS.
+ * configure.ac: Introduce --enable-werror, which adds -Werror to
+ the compiler command line. Enabled by default. Disable with
+ --disable-werror. Add -Wdeclaration-after-statement
+ Wpointer-arith and -Wformat-nonliteral to warning flags.
+ * configure: Regenerate.
+
+2010-08-26 Pedro Alves <pedro@codesourcery.com>
+
* mem-break.c [HAVE_MALLOC_H]: Include malloc.h.
2010-08-26 Pedro Alves <pedro@codesourcery.com>