2007-07-03 Ilko Iliev <iliev@ronetix.at>
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index 30a1652a71666b37c35d5a8fea84f18fabbbbe9a..069c376254e0ba114ae156eec6f10bdf62efaa6b 100644 (file)
@@ -1,3 +1,39 @@
+2007-07-03  Ilko Iliev  <iliev@ronetix.at>
+           Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * symfile.c (print_transfer_performance): Avoid integer overflow.
+       Use larger units.
+
+2007-07-03  Markus Deuling  <deuling@de.ibm.com>
+
+       * cp-namespace.c (lookup_symbol_file): Add block to
+       lookup_symbol_global call.
+       * Makefile.in (solist_h): Add dependency on symtab header.
+       (symtab.o): Add dependency on solist header.
+       * solib.c (solib_global_lookup): New function.
+       * solib-svr4.c (scan_dyntag): Likewise.
+       (elf_locate_base): Call helper routine scan_dyntag.
+       (elf_lookup_lib_symbol): New function.
+       (_initialize_svr4_solib): Add elf_lookup_lib_symbol to svr4_so_ops.
+       * solist.h (symtab.h): New include.
+       (struct target_so_ops): New member lookup_lib_global_symbol.
+       (solib_global_lookup): New prototype.
+       * symtab.c: New include solist.h.
+       (lookup_objfile_from_block): New function.
+       (lookup_global_symbol_from_objfile): New function.
+       (basic_lookup_symbol_nonlocal): Add block to lookup_symbol_global call.
+       (lookup_symbol_global): Call library-specific lookup procedure.
+       * symtab.h (lookup_global_symbol_from_objfile): New prototype.
+
+       * NEWS: Document framework.
+
+2007-07-02  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * target-descriptions.c (tdesc_create_reg): Do not set reg->type
+       to NULL.
+
+       * cli/cli-script.c (build_command_line): Update NULL check.
+
 2007-07-02  Michael Snyder  <msnyder@access-company.com>
 
        * p-exp.y (yylex): Memory leak, 'uptokstart' must be freed (Coverity).
This page took 0.024712 seconds and 4 git commands to generate.