2004-05-17 Randolph Chung <tausq@debian.org>
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index 0937f8bd7aff0db63f4858d2829d07b44df6b148..c7728777029323565c62a1b29e2ad656df828553 100644 (file)
@@ -1,3 +1,188 @@
+2004-05-17  Randolph Chung  <tausq@debian.org>
+
+       * hppa-tdep.c: Remove superfluous #include's.
+       * Makefile.in (hppa-tdep.o): Update dependencies.
+
+2004-05-17  Randolph Chung  <tausq@debian.org>
+
+       * hppa-tdep.c (THREAD_INITIAL_FRAME_SYMBOL): Delete unused symbol.
+       (THREAD_INITIAL_FRAME_SYM_LEN): Likewise.
+       (unwind_command, hppa_alignof, prologue_inst_adjust_sp)
+       (is_branch, inst_saves_gr, inst_saves_fr, compare_unwind_entries)
+       (read_unwind_info, internalize_unwinds, record_text_segment_lowaddr):
+       Remove static function declarations.
+
+2004-05-17  Mark Kettenis  <kettenis@gnu.org>
+
+       * m68k-tdep.h (m68k_regnum): Add M68K_D2_REGNUM, M68K_D7_REGNUM
+       and M68K_A2_REGNUM.
+
+       * m68k-tdep.c (m68k_svr4_return_value): Implement
+       RETURN_VALUE_ABI_RETURNS_ADDRESS.
+
+2004-05-16  Mark Kettenis  <kettenis@gnu.org>
+
+       * sol-thread.c Update copyright year.  Fix various coding
+       standards violations.  Tweak a few comments.
+       (td_err_string, td_state_string, thread_to_lwp, lwp_to_thread):
+       Delete prototypes.
+
+2004-05-15  Randolph Chung  <tausq@debian.org>
+
+       * hppa-tdep.h (hppa_frame_prev_register_helper): Pass save_regs
+       as pointer instead of array reference since HPUX compiler does
+       not accept unsized array arguments.
+       * somsolib.c (dld_flags_buffer): Use constant array size.
+
+2004-05-15  Mark Kettenis  <kettenis@gnu.org>
+
+       * amd64obsd-tdep.c (amd64obsd_sigtramp_p): Replace hexadecimal
+       offset with decimal offset.
+       (amd64obsd_sigcontext_addr): Return correct address for entire
+       signal trampoline.
+
+       * vax-tdep.c (vax_frame_num_args): Use get_frame_base_address
+       instead of get_frame_base.
+
+       * i386bsd-nat.c (supply_gregset): Use regcache_raw_supply.
+       (fill_gregset): Use regcache_raw_collect.
+
+       * config/djgpp/fnchange.lst: Add entries for ppcobsd-nat.c and
+       ppcobsd-tdep.c.
+
+       * config/sparc/tm-nbsd64.h: Remove file.
+       * config/tm-sunos.h: Remove file.
+
+2004-05-15  Joel Brobecker  <brobecker@gnat.com>
+
+       * rs6000-tdep.c (store_param_on_stack_p): New function,
+       an improved version of some code extracted from skip_prologue().
+       (skip_prologue): Use store_param_on_stack_p() to detect
+       instructions saving a parameter on the stack. Detect when r0
+       is used to save a parameter.
+       Do not mark "li rx, SIMM" instructions as part of the prologue,
+       unless the following instruction is also part of the prologue.
+
+2004-05-14  Andrew Cagney  <cagney@redhat.com>
+
+       * infrun.c (handle_inferior_event): Simplify
+       STEP_OVER_UNDEBUGGABLE.
+
+       * infrun.c (handle_step_into_function): Delete function.
+       (handle_inferior_event): Inline calls to
+       handle_step_into_function.
+
+2004-05-14  Jerome Guitton  <guitton@rome.act-europe.fr>
+
+       * rs6000-nat.c: Fix a comment.
+
+2004-05-12  David Anderson <davea@sgi.com>
+
+       Committed by Jim Blandy <jimb@redhat.com>:
+       * regcache.c (struct regcache_descr): fix comment spelling.
+
+2004-05-13  J. Brobecker  <brobecker@gnat.com>
+
+       * aix-thread.c: s/ppc_floating_point_p/ppc_floating_point_unit_p/.
+       Fixes a link link failure.
+
+2004-05-13  J. Brobecker  <brobecker@gnat.com>
+
+       * aix-thread.c (store_regs_kernel_thread): Fix a little obvious
+       error that was causing the build to fail.
+
+2004-05-13  J. Brobecker  <brobecker@gnat.com>
+
+       * aix-thread.c: #include "gdb_string.h". Needed for memset and memcopy.
+       * Makefile.in (aix-thread.o): Add dependency on gdb_string.h.
+
+2004-05-13  Andrew Cagney  <cagney@redhat.com>
+
+       * infrun.c (handle_inferior_event): Check for
+       STEP_OVER_UNDEBUGGABLE after signal trampolines and function
+       calls.  Update comments.
+
+2004-05-13  Jim Blandy  <jimb@redhat.com>
+
+       * aix-thread.c (pdc_read_regs, supply_gprs64, supply_fprs)
+       (fetch_regs_user_thread, fetch_regs_kernel_thread)
+       (store_regs_user_thread, store_regs_kernel_thread): Use
+       ppc_num_gprs and ppc_num_fprs instead of '32' and '31'.
+       * ppc-linux-nat.c (fill_gregset): Same.
+       * ppc-linux-tdep.c (ppc_linux_supply_gregset) 
+       (ppc_linux_sigtramp_cache): Same.
+       * ppcnbsd-tdep.c (ppcnbsd_supply_reg, ppcnbsd_fill_reg) 
+       (ppcnbsd_sigtramp_cache_init): Same.
+       * rs6000-nat.c (fetch_core_registers): Same.
+       * rs6000-tdep.c (ppc_supply_gregset, ppc_collect_gregset) 
+       (rs6000_frame_cache): Same.
+
+       * aix-thread.c (supply_gprs64, fetch_regs_user_thread)
+       (store_regs_user_thread): Use tdep->ppc_gp0_regnum, instead
+       of assuming that the gprs are numbered starting with zero.
+       * ppc-linux-nat.c (fill_gregset): Same.
+       * ppc-linux-tdep.c (ppc_linux_supply_gregset): Same.
+       * ppcnbsd-nat.c (getregs_supplies): Same.
+       * ppcnbsd-tdep.c (ppcnbsd_supply_reg, ppcnbsd_fill_reg): Same.
+       * rs6000-nat.c (fetch_core_registers): Same.
+       * rs6000-tdep.c (ppc_supply_gregset, ppc_collect_gregset): Same.
+
+2004-05-07  Michael Snyder  <msnyder@redhat.com>
+
+       * tracepoint.c (scope_info): Add handling for LOC_COMPUTED,
+       LOC_COMPUTED_ARG, and LOC_INDIRECT.
+
+2004-05-13  Andrew Cagney  <cagney@redhat.com>
+
+       * infrun.c (handle_inferior_event): Use frame_unwind_id.
+
+2004-05-13  Bryce McKinlay  <mckinlay@redhat.com>
+
+       * dwarf2loc.c (find_location_expression): Use ANOFFSET to adjust
+       base_address for shared libraries.
+
+2004-05-13  Bryce McKinlay  <mckinlay@redhat.com>
+
+       * MAINTAINERS (write after approval): Add myself.       
+
+2004-05-13  Ulrich Weigand  <uweigand@de.ibm.com>
+
+       * breakpoint.c (bpstat_stop_status): Add new argument
+       STOPPED_BY_WATCHPOINT.  Use it instead of testing
+       target_stopped_data_address agaist 0 to check whether
+       or not we stopped due to a hardware watchpoint.
+       * breakpoint.h (bpstat_stop_status): Adapt prototype.
+       * infrun.c (handle_inferior_event): Call bpstat_stop_status
+       with new argument.
+
+2004-05-12  Jim Blandy  <jimb@redhat.com>
+
+       * configure.in: When checking whether we should use the -bbigtoc
+       option, don't forget to restore the original value of LDFLAGS.
+       * configure: Regenerated.
+
+2004-05-12  Andrew Cagney  <cagney@redhat.com>
+
+       * thread.c (load_infrun_state): Delete step_sp.
+       * infrun.c (context_switch): Ditto.
+       * inferior.h (step_sp): Ditto.
+       * infcmd.c (step_sp, step_1, step_once, until_next_command): Ditto.
+       * gdbthread.h (struct thread_info, save_infrun_state)
+       (restore_infrun_state): Ditto.
+
+2004-05-12  Ulrich Weigand  <uweigand@de.ibm.com>
+
+       * MAINTAINERS (write after approval): Add myself.
+
+2004-05-12  Andrew Cagney  <cagney@redhat.com>
+
+       * infrun.c (adjust_pc_after_break): Rewrite decr logic,
+       eliminate reference to step_sp.
+       (struct execution_control_state, init_execution_control_state)
+       (handle_inferior_event, keep_going): Delete update_step_sp and
+       step_sp.
+       * infcmd.c (step_sp): Note that variable is unused.
+
 2004-05-11  Andrew Cagney  <cagney@redhat.com>
 
        * infrun.c (step_over_function): Delete function.
This page took 0.029705 seconds and 4 git commands to generate.