* lib/gdb.exp (get_hexadecimal_valueof): New procedure.
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index 83164e964bbb5a0485d4cdc7dbd1ced55554a023..fea85e9407136ba67236215543f3c8e9543ba5e3 100644 (file)
@@ -1,3 +1,52 @@
+2009-02-13  Pierre Muller  <muller@ics.u-strasbg.fr>
+
+       * xtensa-tdep.c (call0_analyze_prologue): Delete BSZ macro.
+       Replace BSZ macro uses by XTENSA_ISA_BSZ macro.
+
+2009-02-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       PR fortran/9806
+       * dwarf2read.c (process_die <DW_TAG_module>, read_module)
+       (scan_partial_symbols <DW_TAG_module>, add_partial_module): New.
+
+2009-02-11  Pierre Muller  <muller@ics.u-strasbg.fr>
+
+       * dwarf2read.c (read_base_type): Set code to TYPE_CODE_CHAR
+       for DW_ATE_signed_char and DW_ATE_unsigned_char
+       for pascal language.
+
+2009-02-11  Jim Meyering  <meyering@redhat.com>
+           Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       Avoid NULL dereference.
+       * stack.c (return_command): Guard use of SYMBOL_TYPE (thisfun).
+       New variable func_type.
+
+2009-02-11  Pedro Alves  <pedro@codesourcery.com>
+
+       * gdbarch.c: Regenerate.
+
+2009-02-10  Pierre Muller  <muller@ics.u-strasbg.fr>
+
+       * p-lang.c (is_pascal_string_type): Fix comment.
+       Determine exact size of char elements for GPC
+       strings.
+       (pascal_printstr): Handle char width of 2 or 4.
+       * p-valprint.c (pascal_val_print): Handle char
+       of width 2 or 4.
+       
+2009-02-07  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * dwarf2read.c (dwarf2_build_psymtabs_hard): Move lowpc and highpc
+       inside the loop.  Only call addrmap_set_empty if the compilation unit
+       had DW_AT_high_pc and DW_AT_low_pc.  Update call to
+       scan_partial_symbols.
+       (scan_partial_symbols): Take NEED_PC argument and pass it along with
+       LOWPC and HIGHPC.
+       (add_partial_namespace): Take NEED_PC argument and pass it through.
+       (add_partial_subprogram): Take NEED_PC argument.  Update the addrmap
+       if necessary.
+
 2009-02-07  Pedro Alves  <pedro@codesourcery.com>
 
        * NEWS: Mention inspecting extra signal information, $_siginfo,
        * windows-nat.c: Ditto.
        (cygwin_load_start): Redefine as CORE_ADDR.
        (cygwin_load_end): Ditto.
-       (windows_make_so): Coerce result of address arithmetic to to uintptr_t
+       (windows_make_so): Coerce result of address arithmetic to uintptr_t
        before coercing to CORE_ADDR to avoid a compiler warning.
        (handle_exception): Define addr as CORE_ADDR and coerce
        ExceptionAddress to uintptr_t before assigining to avoid a compiler
This page took 0.023462 seconds and 4 git commands to generate.