diff options
author | Pedro Alves <palves@redhat.com> | 2020-01-16 18:11:06 +0000 |
---|---|---|
committer | Pedro Alves <palves@redhat.com> | 2020-01-16 18:11:06 +0000 |
commit | 701adfb00922a6d5f76dfa74dc13f144a50d9a9b (patch) | |
tree | 65371b0978818cd32037c0466a271566c4f6ec36 /gdb/ChangeLog-2014 | |
parent | 3112ed9799124edf4d1f9c903da0d59f5a4ca102 (diff) | |
download | gdb-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-2014')
-rw-r--r-- | gdb/ChangeLog-2014 | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/gdb/ChangeLog-2014 b/gdb/ChangeLog-2014 index 5661a9f..3b2555b 100644 --- a/gdb/ChangeLog-2014 +++ b/gdb/ChangeLog-2014 @@ -934,8 +934,6 @@ * Makefile.in (SUBDIR_PYTHON_OBS): Add py-infevents.o. (SUBDIR_PYTHON_SRCS): Add py-infevents.c. (py-infevents.o): New rule. - * doc/observer.texi (inferior_call_pre, inferior_call_post) - (memory_changed, register_changed): New observers. * infcall.c (call_function_by_hand): Notify observer before and after inferior call. * python/py-event.h (inferior_call_kind): New enum. @@ -1210,7 +1208,7 @@ 2014-11-24 Samuel Thibault <samuel.thibault@ens-lyon.org> Pushed by Joel Brobecker <brobecker@adacore.com> - * gdb/gnu-nat.c (inf_validate_procinfo): Multiply the number of + * gnu-nat.c (inf_validate_procinfo): Multiply the number of elements pi_len by the size of the elements before calling vm_deallocate. (inf_validate_task_sc): Likewise, and properly deallocate the @@ -2640,7 +2638,7 @@ 2014-10-15 Andreas Arnez <arnez@linux.vnet.ibm.com> - * gdb/infrun.c (process_event_stop_test): Apply + * infrun.c (process_event_stop_test): Apply gdbarch_addr_bits_remove to longjmp resume address. 2014-10-15 Pedro Alves <palves@redhat.com> @@ -6241,7 +6239,6 @@ microblaze-with-stack-protect microblaze and microblaze-expedite. * regformats/microblaze-with-stack-protect.dat: New file. * regformats/microblaze.dat: New file. - * doc/gdb.texinfo (MicroBlaze Features): Added. 2014-07-18 Tom Tromey <tromey@redhat.com> @@ -6947,7 +6944,7 @@ * nat/mips-linux-watch.h: Likewise. * Makefile.in (HFILES_NO_SRCDIR): Reflect new locations. (object file files): Reordered. - * gdb/copyright.py (EXCLUDE_LIST): Reflect new location + * copyright.py (EXCLUDE_LIST): Reflect new location of glibc_thread_db.h. 2014-06-20 Gary Benson <gbenson@redhat.com> |