2011-02-27 Michael Snyder <msnyder@vmware.com>
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index 3422ce606cd11b62a5cb77e8eb345b49c8c5f6bf..51311e7239dfc26a551fb52267596632ec08e7a7 100644 (file)
@@ -1,5 +1,43 @@
+2011-02-27  Michael Snyder  <msnyder@vmware.com>
+
+       * darwin-nat-info.c: Fix comment typo.
+       * dwarf2expr.h: Ditto.
+       * fbsd-nat.c: Ditto.
+       * fbsd-nat.h: Ditto.
+       * frame-unwind.h: Ditto.
+       * frame.h: Ditto.
+       * hppa-hpux-tdep.c: Ditto.
+       * i386-linux-nat.c: Ditto.
+       * linux-nat.c: Ditto.
+       * nbsd-nat.c: Ditto.
+       * nbsd-nat.h: Ditto.
+       * ppc-linux-tdep.c: Ditto.
+       * serial.c: Ditto.
+       * ui-file.h: Ditto.
+       * tui/tui-winsource.c: Ditto.
+
 2011-02-26  Michael Snyder  <msnyder@vmware.com>
 
+       * breakpoint.c (reattach_breakpoints): Avoid resource leak (ui_file).
+
+       * maint.c (maintenance_do_deprecate): Plug a memory leak.
+
+       * dwarf2loc.c (insert_bits): Avoid shadowing a function param
+       with a local variable of the same name.
+
+       * i387-tdep.c (i387_supply_fxsave): Avoid shadowing a function
+       param with a local variable of the same name.
+       (i387_supply_xsave): Ditto.
+
+       * linux-low.c (linux_nat_xfer_osdata): Rename local variable so
+       that it does not shadow a function parameter.
+
+       * i386-nat.c (i386_length_and_rw_bits): Document that case
+       statement is meant to fall through.
+
+       * expprint.c (dump_subexp_body_standard): Document that case
+       statement is meant to fall through.
+
        * amd64-linux-tdep.c (amd64_linux_syscall_record): Delete
        dead if statement.  Condition can't be false.
 
This page took 0.028864 seconds and 4 git commands to generate.