X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gdb%2FChangeLog-2006;h=8dbd8630392e7bbac7082b130d602ceea16ab4f7;hb=701adfb00922a6d5f76dfa74dc13f144a50d9a9b;hp=4d248ab6fed44c15e7e1fe3c26dab47b5e10d7d7;hpb=3112ed9799124edf4d1f9c903da0d59f5a4ca102;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/ChangeLog-2006 b/gdb/ChangeLog-2006 index 4d248ab6fe..8dbd863039 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 @@ -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 2006-05-12 Mark Kettenis @@ -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 @@ -3413,15 +3410,15 @@ 2006-02-24 Charles Wilson - * gdb/defs.h: unconditionally include , and + * defs.h: unconditionally include , 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