2007-07-03 Ilko Iliev <iliev@ronetix.at>
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index 3a517a9a605e0000e867d206fe0da2eb61ffb621..069c376254e0ba114ae156eec6f10bdf62efaa6b 100644 (file)
@@ -1,3 +1,68 @@
+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).
+
+2007-07-02  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * Makefile.in (XMLFILES): Add library-list.dtd.
+       (ALLDEPFILES): Add solib-target.o.
+       (solib-target.o): New rule.
+       * remote.c (PACKET_qXfer_libraries): New constant.
+       (remote_protocol_features): Add qXfer:libraries:read.
+       (remote_wait): Recognize library stop replies.
+       (remote_async_wait): Likewise.  Fix typo.
+       (remote_xfer_partial): Handle TARGET_OBJECT_LIBRARIES.
+       (init_remote_async_ops): Fix typo.
+       (_initialize_remote): Register "set remote library-info-packet".
+       * solib-som.c (som_current_sos): Set addr_low and addr_high.
+       * solib-target.c: New file.
+       * solib.c (solib_map_sections): Use addr_low and addr_high instead
+       of textsection.
+       (info_sharedlibrary_command): Likewise.
+       (solib_add_library, solib_remove_library): New.
+       * solist.h (struct so_list): Replace textsection with addr_low and
+       addr_high.
+       * target.h (enum target_object): Add TARGET_OBJECT_LIBRARIES.
+       * NEWS: Describe new qXfer:libraries:read and shared library
+       event support.
+       * features/library-list.dtd: New.
+
 2007-07-02  Daniel Jacobowitz  <dan@codesourcery.com>
 
        * infrun.c (inferior_ignoring_startup_exec_events): Delete.
This page took 0.0278 seconds and 4 git commands to generate.