2004-10-31 Andrew Cagney <cagney@gnu.org>
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index cc5ca75f0bb21c107fe5901e4a36bcb06f73d314..d2ee3ae19caa92133c142da5f895171a43ad828c 100644 (file)
@@ -1,3 +1,193 @@
+2004-10-31  Andrew Cagney  <cagney@gnu.org>
+
+       * config/mips/tm-mips.h: Delete file.
+       * remote-mips.c: Delete tm-mips.h from comment.
+       * config/mips/embed.mt (DEPRECATED_TM_FILE): Delete.
+       * config/mips/tm-nbsd.h: Don't include tm-mips.h.
+       * config/mips/irix6.mt (DEPRECATED_TM_FILE): Delete.
+       * config/mips/tm-linux.h: Don't include tm-mips.h.
+       * config/mips/tm-vxmips.h: Don't include tm-mips.h.
+       * config/mips/irix5.mt (DEPRECATED_TM_FILE): 
+       * config/mips/tm-wince.h: Don't include.
+
+       * mdebugread.h (MDEBUG_EFI_SYMBOL_NAME): Define.
+       * mdebugread.c (MDEBUG_EFI_SYMBOL_NAME): Delete.
+       * config/alpha/tm-alpha.h (MDEBUG_EFI_SYMBOL_NAME): Delete.
+       * config/mips/tm-mips.h (MDEBUG_EFI_SYMBOL_NAME): Delete.
+
+       * mdebugread.h (ecoff_relocate_efi): Delete declaration.
+       * mdebugread.c (ecoff_relocate_efi): Delete function.
+       * objfiles.c (objfile_relocate): Delete #ifdef
+       MDEBUG_EFI_SYMBOL_NAME code.
+
+2004-10-31  Orjan Friberg <organ.friberg@axis.com>
+           Andrew Cagney  <cagney@gnu.org>
+
+       * gdbarch.sh (single_step_through_delay): Add.
+       * gdbarch.h, gdbarch.c: Re-generate.
+       * config/mips/tm-mips.h (STEP_SKIPS_DELAY_P, STEP_SKIPS_DELAY)
+       (mips_step_skips_delay): Delete.
+       * mips-tdep.c (mips_single_step_through_delay): Replace
+       mips_step_skips_delay.
+       (mips_gdbarch_init): Set single_step_through_delay.
+       (mips_dump_tdep): Do not print STEP_SKIPS_DELAY.
+       
+2004-10-31  Mark Kettenis  <kettenis@gnu.org>
+
+       * tramp-frame.c (tramp_frame_prepend_unwinder): Set unwinder type
+       from TRAMP_FRAME frame type.
+
+2004-10-31  Andrew Cagney  <cagney@gnu.org>
+
+       * mdebugread.c (parse_procedure): Wrap use of RA_REGNUM in #ifdef.
+
+       * mips-tdep.c (mips_ignore_helper): Delete.
+       * config/mips/tm-mips.h (DEPRECATED_IGNORE_HELPER_CALL): Delete.
+       * infrun.c (handle_inferior_event): Delete #ifdef
+       DEPRECATED_IGNORE_HELPER_CALL code.
+
+       * config/mips/tm-mips.h (RA_REGNUM): Delete.
+
+2004-10-31  Mark Kettenis  <kettenis@gnu.org>
+
+       * i386v4-nat.c (supply_gregset, supply_fpregset, fill_gregset)
+       (fill_fpregset): Do not compile for 64-bit systems.
+       * i386-sol2-nat.c: Don't include "i386v4-nat.c".
+       * Makefile.in (i386-sol2-nat.o): Update dependencies.
+       * config/i386/i386sol2.mh (NATDEPFILES): Add back i386v4-nat.c.
+
+2004-10-30  Andrew Cagney  <cagney@gnu.org>
+
+       * mdebugread.h: Include "coff/sym.h" and "coff/symconst.h".
+       (struct mdebug_extra_func_info): Define.
+       * config/alpha/tm-alpha.h: Delete same.
+       * config/mips/tm-mips.h: Delete same.
+       * mdebugread.c: Delete same.
+       * Makefile.in: Update dependencies.
+       * mips-mdebug-tdep.c: Include "mdebugread.h".
+
+       * objfiles.c: Include "mdebugread.h".
+       * mdebugread.c: Include "mdebugread.h".
+       (ecoff_relocate_cfi): Delete.
+       * config/alpha/tm-alpha.h (ecoff_relcate_cfi): Delete.
+       * config/mips/tm-mips.h (ecoff_relcate_cfi): Delete.
+       * mdebugread.h (ecoff_relocate_efi): New file.
+       * Makefile.in: Update dependencies.
+       
+       * mips-tdep.c (struct frame_extra_info): Delete.
+       (temp_proc_desc): Delete.
+
+       * config/alpha/tm-alpha.h (MDEBUG_EFI_SYMBOL_NAME): Rename
+       MIPS_EFI_SYMBOL_NAME.
+       (mips_extra_func_info_t, mips_extra_func_info): Delete.
+       (struct mdebug_extra_func_info): Replace struct
+       alpha_extra_func_info and alpha_extra_func_info_t.
+       * config/mips/tm-mips.h (MDEBUG_EFI_SYMBOL_NAME): Rename
+       MIPS_EFI_SYMBOL_NAME.
+       (struct mdebug_extra_func_info): Replace struct
+       alpha_extra_func_info and alpha_extra_func_info_t.
+       * objfiles.c, mips-tdep.c, mips-mdebug-tdep.c: Update.
+       * mdebugread.c, alpha-mdebug-tdep.c: 
+
+       Suggested by Mark Kettenis.
+       * config/mips/tm-mips.h (struct mips_extra_func_info): Delete
+       fields frame_adjust and high_addr.
+       * mips-mdebug-tdep.c (PROC_HIGH_ADDR, PROC_FRAME_ADJUST): Delete.
+       (non_heuristic_proc_desc): Delete references.
+
+       * mips-tdep.h (MIPS_PRID_REGNUM): Add.
+       * config/mips/tm-mips.h (PRID_REGNUM): Delete.
+       * mips-tdep.c: Update.
+
+       * mips-tdep.h (MIPS_FIRST_EMBED_REGNUM)
+       (MIPS_LAST_EMBED_REGNUM): Add.
+       * config/mips/tm-mips.h (FIRST_EMBED_REGNUM)
+       (LAST_EMBED_REGNUM): Delete.
+       * mipsv4-nat.c, mips-tdep.c, mips-linux-tdep.c: Update.
+
+       * config/mips/tm-mips.h (PS_REGNUM): Delete.
+       * mips-tdep.h (MIPS_PS_REGNUM): Add.
+       * remote-vxmips.c, mipsv4-nat.c, mips-tdep.c: Update.
+       * mips-linux-nat.c: Update.
+
+       * mips-tdep.h: Add comments on registers.
+       (MIPS_UNUSED_REGNUM): Define.
+       * config/mips/tm-mips.h (ZERO_REGNUM, UNUSED_REGNUM)
+       (T9_REGNUM, V0_REGNUM, A0_REGNUM): Delete.
+       * irix5-nat.c, mipsv4-nat.c, mips-linux-tdep.c: Update.
+       * mips-linux-nat.c, remote-mips.c: Update.
+
+       * config/mips/tm-mips.h (t_insn): Delete.
+       * mips-tdep.c (mips_fetch_instruction, mips_skip_trampoline_code):
+       Replace t_insn with ULONGEST.
+
+2004-10-30  Mark Kettenis  <kettenis@gnu.org>
+
+       * mipsnbsd-tdep.c: Include "regset.h" and "gdb_assert.h".
+       (MIPS_PC_REGNUM, MIPS_FP0_REGNUM, MIPS_FSR_REGNUM)
+       (MIPSNBSD_NUM_GREGS, MIPSNBSD_NUM_FPREGS): New defines.
+       (fetch_core_registers, fetch_elfcore_registers): Remove functions.
+       (mipsnbsd_core_fns, mipsnbsd_elfcore_fns): Remove variables.
+       (mipsnbsd_core_osabi_sniffer): New function.
+       (mipsnbsd_init_abi): Set regset_from_core_section.
+       (_initialize_mipsnbsd_tdep): Remove calls to
+       deprecated_add_core_fns.
+       (mipsnbsd_supply_fpregset, mipsnbsd_supply_gregset)
+       (mipsnbsd_regset_from_core_section): New functions.
+       (mipsnbsd_gregset, mipsnbsd_fpregset): New variables.
+       * Makefile.in (mipsnbsd-tdep.o): Update dependencies.
+
+       * procfs.c (procfs_fetch_registers, procfs_store_registers): Like
+       Remove optimization for DEPRECATED_FP_REGNUM.
+
+2004-10-30  Andrew Cagney  <cagney@gnu.org>
+
+       * alpha-tdep.c (alpha_setup_arbitrary_frame): Delete.
+       * config/alpha/tm-alpha.h (SETUP_ARBITRARY_FRAME): Delete.
+       (alpha_setup_arbitrary_frame): Delete.
+       * mips-tdep.c (setup_arbitrary_frame): Delete.
+       * config/mips/tm-mips.h (SETUP_ARBITRARY_FRAME): Delete.
+       (setup_arbitrary_frame): Delete.
+       * stack.c (parse_frame_specification_1): When specified, call
+       create_new_frame with two parameters.  Delete #ifdef
+       SETUP_ARBITRARY_FRAME.
+
+       * config/mips/tm-mips.h (MIPS16_INSTLEN, MIPS_NUMREGS)
+       (MIPS_INSTLEN): Delete.
+       * mips-tdep.h (enum mips_insn_size): Rename MIPS32_INSN_SIZE and
+       MIPS16_INSN_SIZE to MIPS_INSN32_SIZE and MIPS_INSN16_SIZE.
+       * remote-mips.c, mips-tdep.c: Update.
+
+       * config/mips/embed.mt (TDEPFILES): Add mips-mdebug-tdep.o.
+       * mips-mdebug-tdep.h, mips-mdebug-tdep.c: New files.
+       * mips-tdep.c (mips_mdebug_frame_cache)
+       (mips_mdebug_frame_this_id, mips_mdebug_frame_prev_register)
+       (mips_mdebug_frame_unwind, mips_mdebug_frame_sniffer)
+       (mips_mdebug_frame_base_address, mips_mdebug_frame_sniffer)
+       (mips_mdebug_frame_base_sniffer, non_heuristic_proc_desc)
+       (compare_pdr_entries, the_bfd, mips16_fetch_instruction): Delete.
+       (mips_gdbarch_init): Do not append mdebug sniffers.
+       (PROC_LOW_ADDR, PROC_HIGH_ADDR, PROC_FRAME_OFFSET) 
+       (PROC_FRAME_REG, PROC_FRAME_ADJUST, PROC_REG_MASK) 
+       (PROC_FREG_MASK, PROC_REG_OFFSET, PROC_FREG_OFFSET, PROC_PC_REG) 
+       (PROC_SYMBOL, _PROC_MAGIC_): Delete.
+       * Makefile.in: Update dependencies.
+
+       * mips-tdep.h (mips_abi_regsize): Declare.
+       * mips-tdep.c (mips_abi_regsize): Make non-static.
+
+       * mips-tdep.c (gdb_print_insn_mips): Simplify.
+       (make_mips16_addr): Delete.
+
+2004-10-30  Mark Kettenis  <kettenis@gnu.org>
+
+       * i386-sol2-nat.c: New file.
+       * Makefile.in (ALLDEPFILES): Add i386-sol2-nat.c and
+       i386-sol2-tdep.c.
+       (i386-sol2-nat.o): Update dependencies.
+       * config/i386/i386sol2.mh (NATDEPFILES): Remove i386v4.o, add
+       i386-sol2-nat.o.
+
 2004-10-30  Andrew Cagney  <cagney@gnu.org>
 
        Total breakage identified by Joel Brobecker.
This page took 0.028522 seconds and 4 git commands to generate.