]> Git Repo - binutils.git/blobdiff - gdb/ChangeLog
* rs6000-tdep.c (rs6000_gdbarch_init): Don't set tm_print_insn;
[binutils.git] / gdb / ChangeLog
index 69c438959b83282551020d4fd487beea0025bd78..d73b1e85501327ad9e1a720cd5fe0ce428ba3d75 100644 (file)
@@ -1,3 +1,105 @@
+2002-04-08  Kevin Buettner  <[email protected]>
+
+       * rs6000-tdep.c (rs6000_gdbarch_init): Don't set tm_print_insn;
+       it's no longer required.
+
+2002-04-08  Andrew Cagney  <[email protected]>
+
+       * Makefile.in (gdbtk-wrapper.o): Add missing dependencies.
+
+2002-04-08  Kevin Buettner  <[email protected]>
+
+       From Jimi X <[email protected]>:
+       * rs6000-tdep.c (rs6000_software_single_step): Use
+       rs6000_breakpoint_from_pc() to fetch breakpoint instruction
+       and size.  Use target_insert_breakpoint() and
+       target_remove_breakpoint() to insert and remove breakpoints
+       instead of explicit memory reads and writes.
+
+2002-04-08  Kevin Buettner  <[email protected]>
+
+       * config/powerpc/tm-ppc-eabi.h (ELF_OBJECT_FORMAT): Delete.
+       * rs6000-tdep.c (rs6000_push_arguments): Eliminate
+       ELF_OBJECT_FORMAT ifdef.
+
+2002-04-08  Kevin Buettner  <[email protected]>
+
+       From Jimi X <[email protected]>:
+       * rs6000-tdep.c (rs6000_gdbarch_init): Use set_gdbarch_print_insn().
+
+2002-04-08  Kevin Buettner  <[email protected]>
+
+       From Jimi X <[email protected]>:
+       * rs6000-tdep.c (rs6000_fix_call_dummy): Delete unused macro
+       definitions for TOC_ADDR_OFFSET and TARGET_ADDR_OFFSET.
+
+2002-04-07  Mark Kettenis  <[email protected]>
+
+       * fbsd-proc.c (child_pid_to_exec_file, fbsd_find_memory_regions):
+       s/asprintf/xasprintf/.
+       (fbsd_make_corefile_notes): s/strdup/xstrdup/.
+
+2002-04-07  Andrew Cagney  <[email protected]>
+
+       I believe Jeff Law denies responsability for this one:
+       * config/pa/hpux11w.mh (MH_CFLAGS): Add -Dvfork=fork.
+       * config/pa/hpux11.mh (MH_CFLAGS): Add -Dvfork=fork.
+       * config/pa/hpux1020.mh (MH_CFLAGS): Add -Dvfork=fork.
+       Work-around for PR gdb/366.
+
+2002-04-07  Elena Zannoni  <[email protected]>
+
+       * remote-e7000.c (write_small, e7000_read_inferior_memory,
+       e7000_read_inferior_memory_large, e7000_insert_breakpoint,
+       e7000_remove_breakpoint): Use paddr_nz() to print addresses.
+
+2002-04-07  Elena Zannoni  <[email protected]>
+
+       * sh-tdep.c (sh_fp_frame_init_saved_regs,
+       sh_nofp_frame_init_saved_regs): Use alloca() for 'where'
+       information.
+
+2002-04-07  Andrew Cagney  <[email protected]>
+
+       * MAINTAINERS (Misc): List Daniel Jacobowitz as the GDBSERVER
+       maintainer.
+
+2002-04-07  Andrew Cagney  <[email protected]>
+
+       * README (Reporting Bugs in GDB): Document the bug web page as the
+       prefered way of submitting bugs.
+       Fix PR gdb/402.
+
+2002-04-06  Andrew Cagney  <[email protected]>
+
+       * gdbarch.sh (FP_REGNUM, PC_REGNUM, SP_REGNUM): Allow default of
+       -1.  Update comment.
+       * gdbarch.h, gdbarch.c: Re-generate.
+
+2002-04-07  Andreas Schwab  <[email protected]>
+
+       * m68klinux-nat.c (fill_fpregset): Properly pass address of
+       buffer to regcache_collect.
+
+2002-04-06  Andrew Cagney  <[email protected]>
+
+       * gdbarch.sh (PS_REGNUM): Add.  Document.  Default to -1.
+       * gdbarch.c, gdbarch.h: Re-generate.
+
+2002-04-06  Andrew Cagney  <[email protected]>
+
+       * symtab.c (lookup_symtab): Remove ``const'' from ``rp''
+       declaration.  Fix -Werror.
+
+2002-04-05  Daniel Jacobowitz  <[email protected]>
+
+       * gdbarch.sh (initialize_non_multiarch): Call init_gdbarch_swap.
+       * gdbarch.c: Regenerate.
+
+2002-04-05  Michael Snyder  <[email protected]>
+
+       * cli/cli-dump.c (restore_section_callback): Use paddr_nz.
+
 2002-04-05  H.J. Lu  ([email protected])
 
        * solib-svr4.c (bkpt_names): Add "__start".
This page took 0.027806 seconds and 4 git commands to generate.