* configure.in: Move SUBDIRS to near top of the file so that
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index c3a8b7c39f5db58de6cf3dc5d052a19414dab2f5..d3d1e9f4b201acd820d1fd99020a3fa137158edd 100644 (file)
@@ -1,3 +1,151 @@
+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.
+       (mmx_regnum_p): New function.
+       (i386_mmx_names): New array.
+       (mmx_num_regs): New variable.
+       (i386_pseudo_register_read): New function.
+       (i386_pseudo_register_write): New function.
+       (mmx_regnum_to_fp_regnum): New function. Code from Fernando Nasser.
+
+       * regcache.c (regcache_raw_read_unsigned): New function.
+       (regcache_raw_read_signed): New function.
+       * regcache.h (regcache_raw_read_unsigned): Declare.
+       (regcache_raw_read_signed): Declare.
+
+2002-08-13  Andrew Cagney  <cagney@redhat.com>
+
+       * regcache.c (regcache_raw_read_as_address): Delete function.
+       (regcache_cooked_read_signed): New function.
+       (regcache_cooked_read_unsigned): New function.
+       * regcache.h (regcache_cooked_read_signed): Declare.
+       (regcache_cooked_read_unsigned): Declare.
+       (regcache_raw_read_as_address): Delete declaration.
+
+       * blockframe.c (generic_read_register_dummy): Use
+       regcache_cooked_read_unsigned.
+       * i386-tdep.c (i386_extract_struct_value_address): Use
+       regcache_cooked_read_unsigned.
+
+2002-08-13  Stephane Carrez  <stcarrez@nerim.fr>
+
+       * m68hc11-tdep.c (m68hc11_gdbarch_init): Set int, double and long
+       double sizes according to ELF ABI flags.
+       (gdbarch_tdep): Record elf_flags.
+
+2002-08-13  Stephane Carrez  <stcarrez@nerim.fr>
+
+       * m68hc11-tdep.c (M6812_OP_PSHX, M6812_OP_PSHY): New defines.
+       (m6812_prolog): They can appear in 68HC12 function prologue.
+       (m68hc11_frame_chain): Cleanup.
+
+2002-08-12  Andrew Cagney  <cagney@redhat.com>
+
+       * i386-tdep.h (i386_register_byte, i386_register_raw_size): Delete
+       declarations.
+       * i386-linux-tdep.c (i386_linux_register_byte): Delete function.
+       (i386_linux_register_raw_size): Delete function.
+       (i386_linux_init_abi): Update.
+       * i386-tdep.c (i386_register_raw_size): Delete function.
+       (i386_register_byte): Delete function.
+       (i386_gdbarch_init): Update.
+       (i386_register_size): Delete array.
+       (i386_register_offset): Delete array.
+
+       * config/i386/tm-symmetry.h (REGISTER_BYTE): Delete macro.
+       (REGISTER_RAW_SIZE): Delete macro.
+       * config/i386/tm-ptx.h (REGISTER_RAW_SIZE): Delete macro.
+       (REGISTER_BYTE): Delete macro.
+
 2002-08-11  Aidan Skinner <aidan@velvet.net>
 
        * ada-lang.c (ada_lookup_partial_symbol)
        * ada-valprint.c (val_print_packed_array_elements) (ada_val_print_1):
        Fix prototype names so that grep ^func works properly.
        
-       
 2002-08-10  Andrew Cagney  <cagney@redhat.com>
            Elena Zannoni  <ezannoni@redhat.com>
            Martin M. Hunt  <hunt@redhat.com>
This page took 0.027599 seconds and 4 git commands to generate.