* dwarf2-frame.c (execute_cfa_program): Move DWA_CFA_nop before
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index 7b8424a86b5c18900ad8de847a9621ff0c1e0ec9..7772813ed4c34137d53aabf46ae078a37c635e8f 100644 (file)
@@ -1,5 +1,115 @@
+2004-01-18  Mark Kettenis  <kettenis@gnu.org>
+
+       * dwarf2-frame.c (execute_cfa_program): Move DWA_CFA_nop before
+       DW_CFA_def_cfa_exporession.  Add support for
+       DW_CFA_offset_extendend_sf, DW_CFA_def_cfa_sf and
+       DW_CFA_def_cfa_offset_sf.  This should fix PR backtrace/1391.
+
+2004-01-18  Andrew Cagney  <cagney@redhat.com>
+
+       * ocd.c: Update copyright.
+       (bdm_read_register_command): Delete unused function.
+       (_initialize_remote_ocd): Delete commented out reference.
+       (get_quoted_char, reset_packet): Delete #if0ed function.
+       (output_packet, put_quoted_char): Delete #if0ed function.
+       (stu_put_packet, stu_get_packet): Delete #if0ed function.
+       (ocd_start_remote): Delete #if0ed code, remove #if1 wrapper.
+       (BDM_BREAKPOINT): Delete #if0ed macro.
+       (remote_timeout): Delete #if0ed variable.
+
+2004-01-18  Mark Kettenis  <kettenis@gnu.org>
+
+       * Makefile.in (ALLDEPFILES): Remove core-sol2.c.
+       (core-sol2.o): Remove dependency.
+       * core-sol2.c: Remove file.
+
+2004-01-17  Andrew Cagney  <cagney@redhat.com>
+
+       * mdebugread.c (compare_blocks): Make addr_diff a LONGEST.
+       * block.h: Make GLOBAL_BLOCK, STATIC_BLOCK, FIRST_LOCAL_BLOOCK
+       enums.
+
+2004-01-17  Daniel Jacobowitz  <drow@mvista.com>
+
+       * remote.c: Update copyright years.
+
+2004-01-17  Daniel Jacobowitz  <drow@mvista.com>
+
+       * remote.c (remote_vcont_resume): Use xstrprintf instead of sprintf.
+
 2004-01-17  Andrew Cagney  <cagney@redhat.com>
 
+       * mdebugread.c: Update copyright.
+       (parse_symbol): Replace DEPRECATED_STREQ with strcmp.
+       (parse_type, parse_procedure): Ditto.
+       (parse_partial_symbols, psymtab_to_symtab_1): Ditto.
+
+       * cris-tdep.c (cris_store_struct_return): Put back accidently
+       deleted function.
+
+       * gdbarch.sh: Update copyright year.
+       * gdbarch.h, gdbarch.c: Re-generate.
+
+2004-01-17  Daniel Jacobowitz  <drow@mvista.com>
+
+       Suggested by George Anzinger.
+       * dwarf2expr.c (execute_stack_op): Fetch the second item from the
+       correct stack offset.  Include unknown opcode numbers in the error
+       message.
+
+2004-01-17  Andrew Cagney  <cagney@redhat.com>
+
+       * x86-64-tdep.c (x86_64_init_abi): No need to clear
+       extract_struct_value_address, i386 does not set it.
+       * sparc64-tdep.c (sparc64_init_abi): Do not set
+       extract_struct_value_address, never called.
+       (sparc64_extract_struct_value_address): Delete function.
+       * m68hc11-tdep.c: Update copyright.
+       (m68hc11_gdbarch_init): Delete redundant assignment of
+       extract_struct_value_address.
+       * i386-tdep.c: Update copyright.
+       (i386_gdbarch_init): Do not set extract_struct_value_address,
+       never called.
+       (i386_extract_struct_value_address): Delete function.
+       * sparc-tdep.c (sparc32_gdbarch_init): Do not set
+       extract_struct_value_address, never called.
+       (sparc32_extract_struct_value_address): #if 0 function.  Add
+       comments explaining its future.
+
+2004-01-17  Daniel Jacobowitz  <drow@mvista.com>
+
+       * arm-tdep.c (arm_write_pc): New function.
+       (arm_gdbarch_init): Call set_gdbarch_write_pc.
+
+2004-01-17  Daniel Jacobowitz  <drow@mvista.com>
+
+       * breakpoint.c (must_shift_inst_regs): Delete.
+       (bpstat_stop_status): Delete references to DECR_PC_AFTER_HW_BREAK
+       and SHIFT_INST_REGS.
+       * infcmd.c (step_1, step_1_continuation): Delete references to
+       SHIFT_INST_REGS.
+       * infrun.c (keep_going): Likewise.
+       * target.h (DECR_PC_AFTER_HW_BREAK): Don't define.
+       * config/i386/nm-i386.h (DECR_PC_AFTER_HW_BREAK): Likewise.
+
+2004-01-17  Andrew Cagney  <cagney@redhat.com>
+
+       * gdbarch.sh (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
+       * gdbarch.h, gdbarch.c: Re-generate.
+       * infcmd.c (print_return_value): Delete reference to
+       DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
+
+       * cris-tdep.c (cris_gdbarch_init): Do not set
+       deprecated_extract_struct_value_address.
+
+       * xstormy16-tdep.c: Update copyright.
+       (xstormy16_extract_struct_value_address): Update to current
+       extract struct value address interface.
+       (xstormy16_gdbarch_init): Set extract_struct_value_address.
+       * sh64-tdep.c (sh64_extract_struct_value_address): Update to
+       current extract struct value address interface.
+       (sh64_gdbarch_init): Set extract_struct_value_address.
+
        * cris-tdep.c: Update copyright.
        (cris_extract_struct_value_address): Delete function.
        (struct_return_address): Delete variable.
This page took 0.025004 seconds and 4 git commands to generate.