*** empty log message ***
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index e357733c749f2b66d843250406462ab2ed8f1770..945043294e52fa1c5caa3d139656f287047bfbd0 100644 (file)
@@ -1,3 +1,47 @@
+2007-11-07  Markus Deuling  <deuling@de.ibm.com>
+
+       * gdbarch.sh (breakpoint_from_pc): Add gdbarch parameter.
+       * gdbarch.{c,h}: Regenerate.
+
+       * xtensa-tdep.c (xtensa_breakpoint_from_pc): Add gdbarch parameter.
+       Replace current_gdbarch by gdbarch.
+       * sh-tdep.c (sh_breakpoint_from_pc): Likewise.
+       * sh64-tdep.c (sh64_breakpoint_from_pc): Likewise.
+       * score-tdep.c (score_breakpoint_from_pc): Likewise.
+       * mips-tdep.c (mips_breakpoint_from_pc): Likewise.
+       * m32r-tdep.c (m32r_breakpoint_from_pc): Likewise.
+       * iq2000-tdep.c (iq2000_breakpoint_from_pc): Likewise.
+       * arm-tdep.c (arm_breakpoint_from_pc): Likewise.
+
+       * xstormy16-tdep.c (xstormy16_breakpoint_from_pc): Add gdbarch
+       parameter.
+       * vax-tdep.c (vax_breakpoint_from_pc): Likewise.
+       * v850-tdep.c (v850_breakpoint_from_pc): Likewise.
+       * spu-tdep.c (spu_breakpoint_from_pc): Likewise.
+       * sparc-tdep.c (sparc_breakpoint_from_pc): Likewise.
+       * s390-tdep.c (s390_breakpoint_from_pc): Likewise.
+       * mn10300-tdep.c (mn10300_breakpoint_from_pc): Likewise.
+       * mt-tdep.c (mt_breakpoint_from_pc): Likewise.
+       * mep-tdep.c (mep_breakpoint_from_pc): Likewise.
+       * m88k-tdep.c (m88k_breakpoint_from_pc): Likewise.
+       * m68hc11-tdep.c (m68hc11_breakpoint_from_pc): Likewise.
+       * m32c-tdep.c (m32c_breakpoint_from_pc): Likewise.
+       * ia64-tdep.c (ia64_breakpoint_from_pc): Likewise.
+       * i386-tdep.c (i386_breakpoint_from_pc): Likewise.
+       * hppa-tdep.c (hppa_breakpoint_from_pc): Likewise.
+       * h8300-tdep.c (h8300_breakpoint_from_pc): Likewise.
+       * frv-tdep.c (frv_breakpoint_from_pc): Likewise.
+       * cris-tdep.c (cris_breakpoint_from_pc): Likewise.
+       * avr-tdep.c (avr_breakpoint_from_pc): Likewise.
+       * alpha-tdep.c (alpha_breakpoint_from_pc): Likewise.
+       * m68k-tdep.c (m68k_local_breakpoint_from_pc): Likewise.
+
+       * rs6000-tdep.c (rs6000_breakpoint_from_pc): Add gdbarch parameter.
+       Replace current_gdbarch by gdbarch.
+       (rs6000_software_single_step): Use get_frame_arch to get at the
+       current architecture by frame_info. Add gdbarch to
+       rs6000_breakpoint_from_pc call.
+
 2007-11-07  Markus Deuling  <deuling@de.ibm.com>
 
        * frv-tdep.c (frv_register_name, frv_check_watch_resources): Replace
This page took 0.033559 seconds and 4 git commands to generate.