aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog-2012
diff options
context:
space:
mode:
authorPedro Alves <palves@redhat.com>2020-01-16 18:11:06 +0000
committerPedro Alves <palves@redhat.com>2020-01-16 18:11:06 +0000
commit701adfb00922a6d5f76dfa74dc13f144a50d9a9b (patch)
tree65371b0978818cd32037c0466a271566c4f6ec36 /gdb/ChangeLog-2012
parent3112ed9799124edf4d1f9c903da0d59f5a4ca102 (diff)
downloadgdb-701adfb00922a6d5f76dfa74dc13f144a50d9a9b.zip
gdb-701adfb00922a6d5f76dfa74dc13f144a50d9a9b.tar.gz
gdb-701adfb00922a6d5f76dfa74dc13f144a50d9a9b.tar.bz2
[gdb] Move ChangeLog entries to their right files
I spotted a few misplaced entries in the ChangeLog-2019 entries, and went on to fix them. Looking around I saw a good number of other entries in other years. Then OCD got the best of me and I fixed them all. Also fixes cases of wrong paths in entries, like "* gdb/foo.c" instead of "* foo.c".
Diffstat (limited to 'gdb/ChangeLog-2012')
-rw-r--r--gdb/ChangeLog-20128
1 files changed, 3 insertions, 5 deletions
diff --git a/gdb/ChangeLog-2012 b/gdb/ChangeLog-2012
index 3c7c6ae..7b75b3b 100644
--- a/gdb/ChangeLog-2012
+++ b/gdb/ChangeLog-2012
@@ -835,8 +835,6 @@
rather than sort() method.
Adjust syntax for Python 3 compatibility.
* python/lib/gdb/command/type_printers.py: Ditto.
- * doc/gdb.texinfo (Inferior.read_memory): Mention that the return
- value is a memoryview object if Python 3.
2012-12-12 Tom Tromey <tromey@redhat.com>
@@ -8703,7 +8701,7 @@
(GNULIB): New variable.
(GNULIB_STDINT_H): Adjust.
(AC_OUTPUT): Don't output gnulib/Makefile.
- * gdb/defs.h: Include build-gnulib/config.h.
+ * defs.h: Include build-gnulib/config.h.
* aclocal.m4: Regenerate.
* config.in: Regenerate.
* configure: Regenerate.
@@ -13186,8 +13184,8 @@
2012-01-02 Joel Brobecker <brobecker@adacore.com>
- * gdb/common/gdb_thread_db.h, gdb/dbxread.c, gdb/environ.c,
- gdb/gcore.h, gdb/rs6000-tdep.h, gdb/s390-nat.c, gdb/tic6x-tdep.c:
+ * common/gdb_thread_db.h, dbxread.c, environ.c,
+ gcore.h, rs6000-tdep.h, s390-nat.c, tic6x-tdep.c:
Reformat the copyright header.
2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>