remove comment in machoread.c (macho_symfile_read)
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index d10df1c3b5befc45877976a6afa0fd9b0b345abe..f9837263085eb7106c2906057094eb063211952c 100644 (file)
@@ -1,3 +1,93 @@
+2011-07-01  Joel Brobecker  <brobecker@adacore.com>
+
+       * machoread.c (macho_symfile_read): Delete OBE comment.
+
+2011-07-01  Joel Brobecker  <brobecker@adacore.com>
+
+       * machoread.c (struct macho_oso_data): Delete.
+       (current_oso): Delete.
+       (macho_relocate_common_syms): New function, mostly extracted
+       out of
+       (macho_add_oso_symfile): Call macho_relocate_common_syms.
+       Remove code that sets and unset current_oso.
+       (macho_symfile_relocate): Delete handling of common symbols,
+       now moved to macho_relocate_common_syms.
+
+2011-07-01  Joel Brobecker  <brobecker@adacore.com>
+
+       * darwin-nat.c (darwin_ptrace): Add documentation.
+       Set errno to zero before calling ptrace.  If ptrace returns
+       -1 and errno is zero, then change then return zero.
+       (darwin_kill_inferior): Issue a warning instead of triggering
+       a failed assertion when the PT_KILL ptrace operations returned
+       nonzero.
+
+2011-07-01  Joel Brobecker  <brobecker@adacore.com>
+
+       * darwin-nat.c (darwin_detach): Call darwin_resume_inferior
+       only when inf->private->no_ptrace.
+
+2011-07-01  Joel Brobecker  <brobecker@adacore.com>
+
+       * ada-lang.c (print_it_exception): Print temporary catchpoints
+       as "Temporary catchpoint".
+       (print_mention_exception): Likewise.
+
+2011-07-01  Tom Tromey  <tromey@redhat.com>
+
+       * jv-lang.c (java_language_defn): Use java_printchar,
+       java_printstr.
+       (java_get_encoding): New function.
+       (java_emit_char): Use generic_emit_char.
+       (java_printchar): New function.
+       (java_printstr): Likewise.
+
+2011-07-01  Joel Brobecker  <brobecker@adacore.com>
+
+       * ada-typeprint.c (print_record_type): If unable to decode
+       the name of the parent type, use the encoded name.
+
+2011-07-01  Jean-Charles Delay  <delay@adacore.com>
+
+       * ada-typeprint.c (ada_print_type): Fix both PAD type and
+       pointer to constrained packed array type output.
+       * ada-valprint.c (ada_val_print_1): Fix pointer to constrained
+       packed array output.
+
+2011-07-01  Jean-Charles Delay  <delay@adacore.com>
+
+       * ada-typeprint.c (print_array_type): removed if condition on show
+       being negative for bounds printing.
+
+2011-07-01  Joel Brobecker  <brobecker@adacore.com>
+
+       * ada-lang.c (ada_identical_enum_types_p): New function.
+       (symbols_are_identical_enums): New function.
+       (remove_extra_symbols): Do nothing if NSYMS < 2.
+       Use symbols_are_identical_enums.
+
+2011-07-01  Joel Brobecker  <brobecker@adacore.com>
+
+       * ada-valprint.c (ada_value_print): Handle typedefs.
+
+2011-07-01  Joel Brobecker  <brobecker@adacore.com>
+
+       * ada-lang.c (ada_evaluate_subexp): Add missing word in comment.
+
+2011-07-01  Eric Botcazou  <ebotcazou@adacore.com>
+
+       * ada-lang.c (thin_descriptor_type): Deal with typedefs.
+       (decode_constrained_packed_array): Likewise.
+       (ada_evaluate_subexp) <TERNOP_SLICE>: Likewise.
+
+2011-07-01  Joel Brobecker  <brobecker@adacore.com>
+
+       * ada-exp.y (convert_char_literal): Handle typedef types.
+
+2011-07-01  Joel Brobecker  <brobecker@adacore.com>
+
+       * ada-lang.c (ada_remove_trailing_digits): Expand documentation.
+
 2011-06-30  Tom Tromey  <tromey@redhat.com>
 
        * varobj.c (varobj_create): Call do_cleanups on early exit path.
This page took 0.024184 seconds and 4 git commands to generate.