2003-04-23 David Carlton <carlton@bactrian.org>
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index 99a79d834302866df32f21fdf38dcac1f4bab407..1acb38cc06f20cbfef336d3553d803fc31e80709 100644 (file)
@@ -1,5 +1,142 @@
+2003-04-23  David Carlton  <carlton@bactrian.org>
+
+       * cp-support.c (cp_find_first_component): Accept 'operator' in
+       more locations.
+
+2003-04-23  Andrew Cagney  <cagney@redhat.com>
+
+       * infcall.c (call_function_by_hand): Eliminate redundant
+       indentation.  Move "saved_async" and "old_cleanups" to where they
+       are needed.
+       
+2003-04-23  Andrew Cagney  <cagney@redhat.com>
+
+       * infcall.c (call_function_by_hand): Eliminate the variables "rc"
+       and "buffer".  Move the "name" code to where it is needed.
+
+2003-04-23  Andrew Cagney  <cagney@redhat.com>
+
+       * infcall.c (call_function_by_hand): Move variables "start_sp",
+       "dummy", "sizeof_dummy1" and "dummy1" and corresponding dummy call
+       code to ON_STACK switch branch.
+       
+2003-04-23  Andrew Cagney  <cagney@redhat.com>
+
+       * infcall.c (call_function_by_hand): Make declaration of "i",
+       "sal", "bpt" and "old_sp" more local to their use.  Delete #if
+       lint.
+
+2003-04-23  Andrew Cagney  <cagney@redhat.com>
+
+       * infcall.c (call_function_by_hand): Delete variable
+       "n_method_args".  Localize "param_type"'s declaration to the loop
+       that it is used.  Reinstate code assigning to said variable -
+       deleted on 2002-06-14.  Rationalize calls to value_args_coerce.
+       Rationalize code using "param_type".
+
+2003-04-22  Andrew Cagney  <cagney@redhat.com>
+
+       * infcall.c (call_function_by_hand): Use new variable "bp_addr" to
+       compute the breakpoint address.  Only call FIX_CALL_DUMMY when
+       ON_STACK.  Eliminate the variable "addr".  Do not pass "real_pc"
+       to DEPRECATED_PUSH_RETURN_ADDRESS.
+
+2003-04-22  Kevin Buettner  <kevinb@redhat.com>
+
+       * dwarf2loc.c (dwarf2_evaluate_loc_desc): Invoke DWARF2_REG_TO_REGNUM
+       on the DWARF2 register number prior to fetching a register.
+
+2003-04-22  J. Brobecker  <brobecker@gnat.com>
+
+       * config/pa/tm-hppa.h (SOFT_FLOAT): Delete this macro.
+       Update all the tests using SOFT_FLOAT considering the fact that
+       this macro was always set to 0. 
+       * config/pa/tm-hppa64.h: Update all the tests using SOFT_FLOAT
+       considering the fact that this macro was always set to 0.
+       * hppa-tdep.h (hppa_store_return_value): Likewise.
+       (hppa_extract_return_value): Likewise.
+
+2003-04-22  J. Brobecker  <brobecker@gnat.com>
+
+       * config/pa/tm-hppa.h: Remove obsolete code, was used by
+       the hppa-pro target only.
+
+2003-04-21  J. Brobecker  <brobecker@gnat.com>
+
+       Ongoing multi-arch conversion effort for HP/UX:
+       * config/pa/tm-hppa.h: Move all macro that are no longer
+       defined now that GDB_MULTI_ARCH is now set to 1 from here...
+       * config/pa/tm-hppa64.h: ... to here (hppa64 is not multiarch'ed yet).
+
+2003-04-21  J. Brobecker  <brobecker@gnat.com>
+
+       * config/pa/tm-hppa.h: Obsolete a section that was only used
+       for hppa-pro.
+
+2003-04-21  J. Brobecker  <brobecker@gnat.com>
+
+       Ongoing multi-arch conversion for HP/UX.
+       * config/pa/tm-hppa.h (GDB_MULTI_ARCH): Set to 1. Do not define
+       if already defined (allows hppa64 to stay non-multiarched for now).
+       * config/pa/tm-hppa64.h (GDB_MULTI_ARCH): Define.
+
+2003-04-21  Andrew Cagney  <cagney@redhat.com>
+
+       * frame.c (frame_id_eq): Fail when the code_addr's do not match.
+
+2003-04-21  Andrew Cagney  <cagney@redhat.com>
+
+       * i386-tdep.c (i386_gdbarch_init): Replace "mmx_num_regs" with
+       "i386_num_mmx_regs".
+
+2003-04-21  Andrew Cagney  <cagney@redhat.com>
+
+       * infcall.c: New file.
+       * infcall.h: New file.
+       * valarith.c: Include "infcall.h".
+       * scm-lang.c, objc-lang.cm, hppa-tdep.c, gcore.c: Ditto.
+       * eval.c, ada-valprint.c, ada-lang.c: Ditto.
+       * Makefile.in (valarith.o, scm-lang.o): Update dependencies.
+       (objc-lang.o, hppa-tdep.o, gcore.o): Update dependencies.
+       (eval.o, ada-valprint.o, ada-lang.o): Update dependencies.
+       (SFILES): Add "infcall.c"
+       (COMMON_OBS): Add "infcall.o".
+       (infcall.o): Specify dependencies.
+       * value.h (call_function_by_hand): Delete declaration.
+       * inferior.h (run_stack_dummy): Delete declaration.
+       * infcmd.c (breakpoint_auto_delete_contents): Move to "infcall.c".
+       (run_stack_dummy): Move to "infcall.c", merged into
+       call_function_by_hand.
+       * valops.c (call_function_by_hand): Moved to "infcall.c".
+       (find_function_addr, value_arg_coerce): Ditto.
+       (unwindonsignal_p, coerce_float_to_double): Ditto.
+       (_initialize_valops): Move "set/show coerce-float-to-double", and
+       "set/show unwindonsignal" commands to "infcall.c".
+       * v850-tdep.c, target.h: Update comments.
+       * sparc-tdep.c (sparc_fix_call_dummy): Update comments.
+       * sh-tdep.c (sh_init_extra_frame_info): Update comments.
+       (sh64_init_extra_frame_info): Update comments.
+       * mn10300-tdep.c: Update comments.
+       * mcore-tdep.c (mcore_init_extra_frame_info): Update comments.
+       * config/sparc/tm-sparc.h: Update comments.
+       * breakpoint.h: Update comments.
+       * avr-tdep.c (avr_init_extra_frame_info): Update comments.
+       * arm-tdep.c: Update comment.
+
 2003-04-19  Mark Kettenis  <kettenis@gnu.org>
 
+       * i386-tdep.c (i386_num_register_names): New variable.
+       (i386_num_mmx_regs): Renamed from mmx_num_regs.
+       (MM0_REGNUM): Remove redundant parentheses in define.
+       (i386_mmx_regnum_p): Use i386_mmx_regnum instead of mmx_num_regs.
+       (i386_fp_regnum_p, i386_fpc_regnum_p, i386_sse_regnum_p,
+       i386_mxcsr_regnum_p): Remove redundant parentheses.
+       (i386_register_name): Use i386_num_register_names.
+       
+       * i386-tdep.c (i386_extract_return_value,
+       i386_store_return_value): Correct check for availability of
+       floating-point registers.
+
        * i386-tdep.c (i386_frame_num_args): Remove function.
        (i386_gdbarch_init): Set frame_num_args to frame_num_args_unknown.
 
This page took 0.024124 seconds and 4 git commands to generate.