* value.c (deprecated_set_value_modifiable): Remove.
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index 2804269193355d295bb2e1846fbe013e0ad1342e..f7faa68783222246f92a4f5aec5ec9cffcbfd7d3 100644 (file)
@@ -1,3 +1,57 @@
+2013-01-29  Tom Tromey  <tromey@redhat.com>
+
+       * value.c (deprecated_set_value_modifiable): Remove.
+       * value.h (deprecated_set_value_modifiable): Remove.
+
+2013-01-28  Doug Evans  <dje@google.com>
+
+       * dwarf2loc.c (dwarf2_find_location_expression): Don't add base address
+       to addresses from dwo files.
+
+2013-01-25  Siva Chandra Reddy  <sivachandra@google.com>
+
+       * valops.c (find_overload_match): Remove unused argument 'lax'.
+       * value.h: Remove unused argument 'lax' from the declaration of
+       find_overload_match.
+       * eval.c (value_subexp_standard): Do not pass a 'lax' argument
+       to find_overload_match.
+       * valarith.c (value_user_defined_cpp_op): Do not pass a 'lax'
+       argument to find_overload_match.
+
+2013-01-25  Tom Tromey  <tromey@redhat.com>
+
+       * dwarf2read.c (processing_has_namespace_info): Remove.
+       (struct dwarf2_cu) <processing_has_namespace_info>: New field.
+       (process_die, read_func_scope, dwarf2_start_symtab)
+       (new_symbol_full): Update.
+
+2013-01-25  Tom Tromey  <tromey@redhat.com>
+
+       * cp-namespace.c (cp_set_block_scope): Remove.
+       * cp-support.h (cp_set_block_scope): Remove.
+       * dbxread.c: Include block.h.
+       (cp_set_block_scope): New function.
+       (process_one_symbol): Update.
+       * dwarf2read.c (read_func_scope): Use block_set_scope.
+
+2013-01-25  Pedro Alves  <palves@redhat.com>
+
+       * remote.c (add_current_inferior_and_thread): Tweak comment.
+
+2013-01-25  Tom Tromey  <tromey@redhat.com>
+
+       * cp-namespace.c (cp_scan_for_anonymous_namespaces): Update.
+       (cp_add_using_directive): Add 'copy_names' argument.
+       * cp-support.h (cp_add_using_directive): Update.
+       (struct using_direct) <import_src, import_dest, alias,
+       declaration>: Now const.
+       * dwarf2read.c (read_import_statement): Use obconcat.
+       Don't copy names passed to cp_add_using_directive.
+
+2013-01-25  Tom Tromey  <tromey@redhat.com>
+
+       * c-exp.y (qualified_name): Use TYPE_SAFE_NAME.
+
 2013-01-25  Pedro Alves  <palves@redhat.com>
 
        * remote.c (stop_reply_extract_thread): New.
This page took 0.025368 seconds and 4 git commands to generate.