OSDN Git Service

2009-08-21 Paul Pluzhnikov <ppluzhnikov@google.com>
authorppluzhnikov <ppluzhnikov>
Sat, 22 Aug 2009 18:00:28 +0000 (18:00 +0000)
committerppluzhnikov <ppluzhnikov>
Sat, 22 Aug 2009 18:00:28 +0000 (18:00 +0000)
* objfiles.h (gdb_bfd_ref): New prototype.
* objfiles.c (gdb_bfd_ref): New function.
(allocate_objfile): Call it.
(gdb_bfd_unref): Adjust assertion.
* solib.c (solib_map_sections): Add reference.
(symbol_add_stub): Don't add reference here.
* symfile.c (reread_symbols): Add reference.

gdb/ChangeLog

index 3901f18..dcd1e6b 100644 (file)
        * configure.ac: Use AC_USE_SYSTEM_EXTENSIONS instead of
        AC_GNU_SOURCE, AC_AIX, AC_ISC_POSIX.
 
+2009-08-21  Paul Pluzhnikov  <ppluzhnikov@google.com>
+
+       * objfiles.h (gdb_bfd_ref): New prototype.
+       * objfiles.c (gdb_bfd_ref): New function.
+       (allocate_objfile): Call it.
+       (gdb_bfd_unref): Adjust assertion.
+       * solib.c (solib_map_sections): Add reference.
+       (symbol_add_stub): Don't add reference here.
+       * symfile.c (reread_symbols): Add reference.
+
 2009-08-21  Ken Werner <ken@linux.vnet.ibm.com>
            Doug Evans  <dje@google.com>