gdb
[binutils-gdb.git] / gdb / ChangeLog
index 3787a30f86effcc08fb19e07d831616c43ac18e1..061cc1afe06c650a7b21f1f29e4d3fde8291038a 100644 (file)
@@ -1,3 +1,23 @@
+2010-01-22  Tom Tromey  <tromey@redhat.com>
+
+       PR symtab/11199:
+       * dwarf2read.c (quirk_gcc_member_function_pointer): Change return
+       type and arguments.  Use smash_to_methodptr_type.
+       (read_structure_type): Call quirk_gcc_member_function_pointer
+       later.
+       * gdbtypes.h (smash_to_methodptr_type): Declare.
+       * gdbtypes.c (smash_to_methodptr_type): New function.
+       (lookup_methodptr_type): Use it.
+
+2010-01-21  Tom Tromey  <tromey@redhat.com>
+
+       PR symtab/11198:
+       * symtab.h (lookup_minimal_symbol_and_objfile): Declare.
+       * minsyms.c (lookup_minimal_symbol_and_objfile): New function.
+       * glibc-tdep.c (find_minsym_and_objfile): Remove.
+       (glibc_skip_solib_resolver): Use
+       lookup_minimal_symbol_and_objfile.
+
 2010-01-21  Kai Tietz  <kai.tietz@onevision.com>
 
        * inflow.c (check_syscall): Guard by #if clause for GO32 and