* configure.in: Move SUBDIRS to near top of the file so that
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index 766a796ad4c3d436c34aff8a00e5dfbc88738d8e..d3d1e9f4b201acd820d1fd99020a3fa137158edd 100644 (file)
@@ -1,3 +1,92 @@
+2002-08-14  Keith Seitz  <keiths@redhat.com>
+
+       * configure.in: Move SUBDIRS to near top of the file so that
+       --enable options may add things to it.
+       If gdbtk is enabled, add gdbtk directory to SUBDIRS and configdirs.
+       * configure: Regenerate.
+
+2002-08-13  Michael Snyder  <msnyder@redhat.com>
+
+       * mips-tdep.c (mips_o32o64_push_arguments):  New function, 
+       cloned from mips_push_arguments, tuned for o32/o64 ABI.
+       (mips_gdbarch_init): Set gdbarch_push_arguments to new func.
+
+2002-08-13  Andrew Cagney  <ac131313@redhat.com>
+
+       * vax-tdep.c (vax_get_saved_register): Delete function.
+       (vax_gdbarch_init): Update.
+       * ns32k-tdep.c (ns32k_get_saved_register): Delete function.
+       (ns32k_gdbarch_init): Update.
+       * alpha-tdep.c (alpha_get_saved_register): Delete function.
+       (alpha_gdbarch_init): Update.
+
+2002-08-13  Andrew Cagney  <cagney@redhat.com>
+
+       * regcache.c (init_regcache_descr): Overallocate the
+       raw_register_valid_p array including space for NUM_PSEUDO_REGS.
+       (registers_changed): Replace NUM_REGS+NUM_PSEUDO_REGS with
+       nr_raw_registers.
+       (set_register_cached): Add range checking assertions.  Use
+       current_regcache.
+
+2002-08-13  Mark Kettenis  <kettenis@elgar.kettenis.dyndns.org>
+
+       * i386-tdep.c (i386_stab_reg_to_regnum): Return correct register
+       numbers for MMX registers.
+
+2002-08-13  Andrew Cagney  <cagney@redhat.com>
+
+       * i386-tdep.c (i386_gdbarch_init): Use
+       generic_unwind_get_saved_register.
+
+2002-08-13  Kevin Buettner  <kevinb@redhat.com>
+
+       * procfs.c (procfs_can_use_hw_breakpoint): New function.
+       (init_procfs_ops): Define ``to_can_use_hw_breakpoint'' for procfs
+       target vector.
+       * config/mips/nm-irix5.h (TARGET_CAN_USE_HARDWARE_WATCHPOINT):
+       Delete.  Add comment regarding this now-deleted target method.
+
+2002-08-13  Stephane Carrez  <stcarrez@nerim.fr>
+
+       * m68hc11-tdep.c (M68HC12_NUM_PSEUDO_REGS): New define.
+       (M68HC12_HARD_PC_REGNUM): Define specific PC for 68HC12 (pseudo reg).
+       (m68hc11_pseudo_register_read): Compute the 68HC12 PC using the
+       real PC and the page number (if it's within the memory bank window).
+       (m68hc11_pseudo_register_write): Likewise when saving.
+       (m68hc11_register_name): Name the virtual pc 'pc' and the real one ppc.
+       (m68hc11_register_virtual_type): Return uint32 for virtual pc.
+       (m68hc11_register_raw_size): And use 32-bit for it.
+       (m68hc11_gdbarch_init): Use 32-bit address for 68HC12 if the
+       16K memory bank is used by the prog; also use the virtual pc.
+
+2002-08-13  Stephane Carrez  <stcarrez@nerim.fr>
+
+       * m68hc11-tdep.c (m68hc11_elf_make_msymbol_special): New function.
+       (m68hc11_gdbarch_init): Install it in gdbarch.
+       (MSYMBOL_SET_RTC, MSYMBOL_SET_RTI): New to set symbol specific flags.
+       (MSYMBOL_IS_RTC, MSYMBOL_IS_RTI): New to test these flags.
+       (MSYMBOL_SIZE): New for documentation.
+       (insn_return_kind): Enum to specify how a function returns.
+       (frame_extra_info): Cleanup and record the return mode.
+       (gdbarch_tdep, USE_PAGE_REGISTER): New to control the use of page 
+       register in address computation.
+       (m68hc11_get_return_insn): New to obtain the return instruction used
+       by the function.
+       (m68hc11_frame_init_saved_regs): Take into account the return
+       instruction used by the function for far and interrupt functions.
+       (m68hc11_init_extra_frame_info): Take into account page register.
+       (m68hc11_frame_args_address): Adjust according to the return mode.
+       (show_regs): Print page register only when it's used.
+
+2002-08-13  Stephane Carrez  <stcarrez@nerim.fr>
+
+       * m68hc11-tdep.c (HARD_PAGE_REGNUM): Define for 68HC12 page register.
+       (M68HC11_LAST_HARD_REG, m68hc11_register_names): Update.
+       (m68hc11_register_virtual_type): Return a 8-bit type for 8-bit
+       registers.
+       (m68hc11_register_raw_size): Likewise.
+
 2002-08-13  Andrew Cagney  <cagney@redhat.com>
 
        * i386-tdep.c (i386_register_name): Handle mmx registers.
This page took 0.027782 seconds and 4 git commands to generate.