2006-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index 3eb2c909600daf41bd78bfed676d6e7b35681817..c8605a9ea45ac6fd09cf012331e4d8a26c633f72 100644 (file)
@@ -1,3 +1,82 @@
+2006-10-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
+           Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * Makefile.in (expprint.o, parse.o, target.o): Update.
+       * dwarf2loc.c (dwarf_expr_tls_address): Move body to
+       target_translate_tls_address.  Call it.
+       * eval.c (evaluate_subexp_standard): Handle UNOP_MEMVAL_TLS.
+       * expprint.c (print_subexp_standard): Likewise.
+       (op_name_standard, dump_subexp_body_standard): Likewise.
+       * expression.h (enum exp_opcode): Add UNOP_MEMVAL_TLS.
+       (union exp_element): Add objfile.
+       * parse.c (write_exp_elt_objfile): New function.
+       (msym_tls_symbol_type): New.
+       (write_exp_msymbol): Handle TLS.
+       (operator_length_standard): Handle UNOP_MEMVAL_TLS.
+       (build_parse): Initialize msym_tls_symbol_type.
+       * parser-defs.h (write_exp_elt_objfile): New prototype.
+       * target.c (target_translate_tls_address): New.
+       * target.h (target_translate_tls_address): Add prototype.
+
+2006-10-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * solib.c (solib_open): Handle an empty solib_absolute_prefix like a
+       missing one.
+
+2006-10-09  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * solib.c (solib_read_symbols): Stop if the file was not found.
+
+2006-10-09  Paul Pluzhnikov  <ppluzhnikov@charter.net>
+
+       PR c++/2116
+       * valops.c (find_overload_match): Check for a NULL name.
+
+2006-10-06 Joel Brobecker  <brobecker@adacore.com>
+
+       * dwarf2read.c (read_array_type): Set the type name if the name
+       attribute is present.
+
+2006-10-05  Joel Brobecker  <brobecker@adacore.com>
+
+        * blockframe.c (block_innermost_frame): Rewrite frame search logic.
+
+2006-10-05  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * Makefile.in (gdb_expat_h): New.
+       (xml_support_h): Add gdb_expat.h dependency.
+       (memory-map.o, xml-support.o): Likewise.
+       * gdb_expat.h: New file.
+       * xml-support.h: Include it.
+       * memory-map.c, xml-support.c: Likewise.  Remove XML_STATUS_OK
+       definitions.
+
+2006-10-05  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * remote.c (get_remote_state_raw): Renamed from get_remote_state.
+       (get_remote_state): New function.
+       (init_remote_state, _initialize_remote): Use get_remote_state_raw.
+
+2006-10-04  Fred Fish  <fnf@specifix.com>
+
+       * vec.c: Include defs.h first.  This pulls in config.h which can
+       affect other includes.
+
+2006-10-04  Joel Brobecker  <brobecker@adacore.com>
+
+       * somread.c (som_symtab_read): Avoid using alloca for potentially
+       large buffers.
+
+2006-10-04  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * arch-utils.h (gdbarch_info_fill): Remove duplicate prototype.
+
+2006-10-03  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * memory-map.c (XML_STATUS_OK, XML_STATUS_ERROR): Provide default
+       definitions.
+       * xml-support.c (XML_STATUS_OK, XML_STATUS_ERROR): Likewise.
+
 2006-09-22  Daniel Jacobowitz  <dan@codesourcery.com>
 
        * remote.c (remote_write_bytes_aux): Doc fix.
This page took 0.024776 seconds and 4 git commands to generate.