aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorPedro Alves <palves@redhat.com>2012-02-10 13:57:59 +0000
committerPedro Alves <palves@redhat.com>2012-02-10 13:57:59 +0000
commit12cd34f3ad4fe3d0fd15d0c1dafe9d01c1bfa64c (patch)
tree7f7f8ce47c54dee4b386e4fb6e288f28a94aa706 /gdb/ChangeLog
parente871429d8d1e00b7d0e5cfdf4675efd7564f0afb (diff)
downloadgdb-12cd34f3ad4fe3d0fd15d0c1dafe9d01c1bfa64c.zip
gdb-12cd34f3ad4fe3d0fd15d0c1dafe9d01c1bfa64c.tar.gz
gdb-12cd34f3ad4fe3d0fd15d0c1dafe9d01c1bfa64c.tar.bz2
2012-02-10 Pedro Alves <palves@redhat.com>
* configure.ac (HAVE_ELF test): Put the old CFLAGS at the end of the test CFLAGS. * configure: Regenerate.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index ff74c51..9cf37d5 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,9 @@
+2012-02-10 Pedro Alves <palves@redhat.com>
+
+ * configure.ac (HAVE_ELF test): Put the old CFLAGS at the end of
+ the test CFLAGS.
+ * configure: Regenerate.
+
2012-02-10 Jan Kratochvil <jan.kratochvil@redhat.com>
* linespec.c (decode_line_internal): Fix comment correctness.