aboutsummaryrefslogtreecommitdiff
path: root/gdb/doc/ChangeLog
diff options
context:
space:
mode:
authorPedro Alves <palves@redhat.com>2013-04-19 18:32:54 +0000
committerPedro Alves <palves@redhat.com>2013-04-19 18:32:54 +0000
commitbd3f3b553570d7a09cd16545c3d842d70bf3b7da (patch)
treea9f1090f4eb3c32a4823e664d9bd00f1a27e24c3 /gdb/doc/ChangeLog
parent8bf54274eced4d6b47ba1296f20cc7d5f737e673 (diff)
downloadgdb-bd3f3b553570d7a09cd16545c3d842d70bf3b7da.zip
gdb-bd3f3b553570d7a09cd16545c3d842d70bf3b7da.tar.gz
gdb-bd3f3b553570d7a09cd16545c3d842d70bf3b7da.tar.bz2
Enable -Wpointer-sign by default.
This enables -Wpointer-sign by default. I've checked that --enable-targets=all builds fine with the following as --host, on x86_64 Fedora 17 --build: x86_64 GNU/Linux i386 GNU/Linux i386 MinGW-w64 i386 msdos/djgpp OK? gdb/ 2013-04-19 Pedro Alves <palves@redhat.com> * configure.ac (build_warnings): Replace -Wno-pointer-sign with -Wpointer-sign. * configure: Regenerate. gdb/doc 2013-04-19 Pedro Alves <palves@redhat.com> * gdbint.texinfo (Misc Guidelines) <Compiler Warnings>: Replace -Wno-pointer-sign text with text on -Wpointer-sign.
Diffstat (limited to 'gdb/doc/ChangeLog')
-rw-r--r--gdb/doc/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog
index bc7eaf4..8d6cb96 100644
--- a/gdb/doc/ChangeLog
+++ b/gdb/doc/ChangeLog
@@ -1,3 +1,8 @@
+2013-04-19 Pedro Alves <palves@redhat.com>
+
+ * gdbint.texinfo (Misc Guidelines) <Compiler Warnings>: Replace
+ -Wno-pointer-sign text with text on -Wpointer-sign.
+
2013-04-16 Tom Tromey <tromey@redhat.com>
* gdb.texinfo (Set Catchpoints): Mention earliest version of