From Nick Kelsey <nickk@ubicom.com>:
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index 00ff80a1330f81370900a9d5ae25256ae69146b9..54b38292f3a3889c80d13f56afd27f3c546f1d56 100644 (file)
@@ -1,3 +1,102 @@
+2003-09-07  Daniel Jacobowitz  <drow@mvista.com>
+
+       From Nick Kelsey <nickk@ubicom.com>:
+       * infrun.c (handle_inferior_event): Check IN_SOLIB_RETURN_TRAMPOLINE
+       when the stop PC is at the beginning of a function also.
+
+2003-09-06  Daniel Jacobowitz  <drow@mvista.com>
+
+       * arm-linux-tdep.c (arm_linux_arm_be_breakpoint): New.
+       (arm_linux_init_abi): Use arm_linux_arm_be_breakpoint.
+
+2003-09-06  Mark Kettenis  <kettenis@gnu.org>
+
+       * sol-thread.c: Include "gdb_string.h".
+
+2003-09-03  Mark Kettenis  <m.kettenis@osp.nl>
+
+       * gcore.c: Reorder include files in alphabetical order.  Include
+       "gdb_assert.h".  Various coding style fixes.
+       (derive_stack_segment, derive_heap_segment): Replace check for
+       non-null BOTTOM and TOP with gdb_assert.
+       (derive_heap_segment): Replace check for successful creation of
+       ZERO with gdb_assert.
+       (make_mem_sec): Use bfd_section_lma to set OSEC->lma.
+
+2003-09-04  Andrew Cagney  <cagney@redhat.com>
+
+       * thread-db.c (verbose_dlsym): New function.
+       (thread_db_load): Use verbose_dlsym
+       (thread_db_new_objfile): Print that libthread_db was loaded, and
+       that thread debugging was enabled.
+
+2003-09-04  Andrew Cagney  <cagney@redhat.com>
+
+       * configure.tgt: Add "mips64*-*-*" target.  Delete
+       mips64*el-*-ecoff*, mips64*el-*-elf*, mips*el-*-ecoff*,
+       mips*el-*-elf*, mips*-*-lnews*, mips*-*-sysv*, mips*-*-riscos*,
+       mips*-*-ecoff*, mips*-*-elf*, mips*-little-*, mips*-big-*,
+       mips*-dec-*, mips64*-big-*, mips64*vr*-*-elf*, mips64*-*-ecoff*,
+       mips*-sony-*, and mips64*-*-elf* targets.
+       * config/mips/embedl.mt: Delete file.
+       * config/mips/embedl64.mt: Delete file.
+       * config/mips/mips.mt: Delete file.
+       * config/mips/mips64.mt: Delete file.
+       * config/mips/tm-embed.h: Delete file.
+       * config/mips/embed.mt (TM_FILE): Set to "tm-mips.h".
+       * config/mips/embed64.mt: Delete out-of-date comment.
+
+2003-09-04  Andrew Cagney  <cagney@redhat.com>
+
+       * hppa-tdep.c (hppa_gdbarch_init): Set
+       "have_nonsteppable_watchpoint".
+       * config/pa/nm-hppah.h (HAVE_NONSTEPPABLE_WATCHPOINT): Delete.
+       * mips-tdep.c (mips_dump_tdep): Do not print
+       HAVE_NONSTEPPABLE_WATCHPOINT.
+       (mips_gdbarch_init): Set "have_nonsteppable_watchpoint".
+       * config/mips/tm-embed.h (HAVE_NONSTEPPABLE_WATCHPOINT): Delete.
+       * config/mips/nm-irix5.h (HAVE_NONSTEPPABLE_WATCHPOINT): Delete.
+       * config/mips/nm-irix4.h (HAVE_NONSTEPPABLE_WATCHPOINT): Delete.
+
+2003-09-04  Corinna Vinschen  <vinschen@redhat.com>
+
+       * breakpoint.c (watchpoint_check): Remove accidentally checked in
+       unused code.  Add comment.
+
+2003-09-04  Corinna Vinschen  <vinschen@redhat.com>
+
+       * breakpoint.c (watchpoint_check): Check for pc being in an
+       epilogue if watchpoint frame couldn't be found.
+
+2003-09-04  Andrew Cagney  <cagney@redhat.com>
+
+       * Makefile.in: Re-generate all dependencies.
+
+2003-09-03  Andrew Cagney  <cagney@redhat.com>
+
+       * arch-utils.h (legacy_print_insn): Delete declaration.
+       * arch-utils.c (legacy_print_insn): Delete function.
+       * disasm.c (deprecated_tm_print_insn_info): Delete.
+       (_initialize_disasm): Delete function, contained code initializing
+       deprecated_tm_print_insn_info.
+       * gdbarch.sh (deprecated_tm_print_insn): Delete.
+       (deprecated_tm_print_insn_info): Delete.
+       (TARGET_PRINT_INSN): Do not provide a default.
+       * gdbarch.h, gdbarch.c: Re-generate.
+
+2003-09-03  Andrew Cagney  <cagney@redhat.com>
+
+       * disasm.c (fprintf_disasm): New function.
+       (gdb_disassemble_info): Call "init_disassemble_info", instead of
+       INIT_DISASSEMBLE_INFO_NO_ARCH.  Do not initialize "insn_sets",
+       reverts 2003-08-14 change.
+       (_initialize_disasm): Call "init_disassemble_info", instead of
+       INIT_DISASSEMBLE_INFO_NO_ARCH.
+
+2003-09-03  Michael Snyder  <msnyder@redhat.com>
+
+       * config/djgpp/fnchange.lst: Fix up sim/frv/profile-fr*.[ch].
+
 2003-09-03  Andrew Cagney  <cagney@redhat.com>
 
        * config/rs6000/tm-rs6000.h (IBM6000_TARGET): Delete definition.
This page took 0.026053 seconds and 4 git commands to generate.