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-2006 | |
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-2006')
-rw-r--r-- | gdb/ChangeLog-2006 | 19 |
1 files changed, 8 insertions, 11 deletions
diff --git a/gdb/ChangeLog-2006 b/gdb/ChangeLog-2006 index 4d248ab..8dbd863 100644 --- a/gdb/ChangeLog-2006 +++ b/gdb/ChangeLog-2006 @@ -2080,8 +2080,6 @@ * remote-file.io.c (remote_fileio_func_system): Treat zero length string as NULL. Adjust for NULL pointer argument. - * doc/gdb.texinfo (system): Document behaviour with zero length - string. 2006-06-12 Daniel Jacobowitz <dan@codesourcery.com> @@ -2356,7 +2354,7 @@ (print_unpacked_pointer): New function. (print_variable_at_address): New function. (m2_val_print): Replaced. - * gdb/MAINTAINERS (Write After Approval): Added + * MAINTAINERS (Write After Approval): Added Gaius Mulley <gaius@glam.ac.uk> 2006-05-12 Mark Kettenis <kettenis@gnu.org> @@ -3027,7 +3025,6 @@ * configure.tgt (i[34567]86-*-netware*): Do not set build_nlm. * configure.ac: Remove AC_CONFIG_SUBDIRS of nlm. * configure: Regenerate. - * doc/gdb.texinfo: Remove gdbserve.nlm documentation. * nlm: Remove directory. 2006-03-29 Daniel Jacobowitz <dan@codesourcery.com> @@ -3413,15 +3410,15 @@ 2006-02-24 Charles Wilson <cygwin@cwilson.fastmail.fm> - * gdb/defs.h: unconditionally include <fcntl.h>, and + * defs.h: unconditionally include <fcntl.h>, and ensure that O_BINARY is defined. - * gdb/solib.c(solib_open): ensure solib files are opened in + * solib.c(solib_open): ensure solib files are opened in binary mode. - * gdb/corelow.c: Remove O_BINARY macro definition. - * gdb/exec.c: Remove O_BINARY macro definition - * gdb/remote-rdp.c: Remove O_BINARY macro definition - * gdb/source.c: Remove O_BINARY macro definition - * gdb/symfile.c: Remove O_BINARY macro definition + * corelow.c: Remove O_BINARY macro definition. + * exec.c: Remove O_BINARY macro definition + * remote-rdp.c: Remove O_BINARY macro definition + * source.c: Remove O_BINARY macro definition + * symfile.c: Remove O_BINARY macro definition 2006-02-24 Randolph Chung <tausq@debian.org> |