aboutsummaryrefslogtreecommitdiff
path: root/gdb/s390-tdep.c
diff options
context:
space:
mode:
authorUlrich Weigand <uweigand@de.ibm.com>2007-06-13 17:38:43 +0000
committerUlrich Weigand <uweigand@de.ibm.com>2007-06-13 17:38:43 +0000
commit3b3b875c482fe05ec3e51b31124b21433fee2ce9 (patch)
tree772cf8b25ef9f498a798d14d899f62271bd9de8c /gdb/s390-tdep.c
parent819844ad98d84ef944ff721239ba2b55c2a34061 (diff)
downloadfsf-binutils-gdb-3b3b875c482fe05ec3e51b31124b21433fee2ce9.zip
fsf-binutils-gdb-3b3b875c482fe05ec3e51b31124b21433fee2ce9.tar.gz
fsf-binutils-gdb-3b3b875c482fe05ec3e51b31124b21433fee2ce9.tar.bz2
2007-06-13 Markus Deuling <deuling@de.ibm.com>
* gdbarch.sh (BREAKPOINT_FROM_PC): Replace by gdbarch_breakpoint_from_pc. * s390-tdep.c (s390_gdbarch_init): Likewise (comment). * remote.c (remote_insert_breakpoint) (remote_insert_hw_breakpoint): Likewise. * ppc-linux-tdep.c (ppc_linux_memory_remove_breakpoint): Likewise. * mips-tdep.c (mips_breakpoint_from_pc): Likewise (comment). * breakpoint.h (bp_target_info): Likewise (comment). * breakpoint.c (read_memory_nobpt): Likewise. * mem-break.c (default_memory_insert_breakpoint): Likewise. (symtab.h, breakpoint.h): Remove include. Remove unnecessary comment. * gdbarch.c, gdbarch.h: Regenerate.
Diffstat (limited to 'gdb/s390-tdep.c')
-rw-r--r--gdb/s390-tdep.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/s390-tdep.c b/gdb/s390-tdep.c
index 395c57e..aa23735 100644
--- a/gdb/s390-tdep.c
+++ b/gdb/s390-tdep.c
@@ -2374,7 +2374,7 @@ s390_gdbarch_init (struct gdbarch_info info, struct gdbarch_list *arches)
set_gdbarch_char_signed (gdbarch, 0);
/* Amount PC must be decremented by after a breakpoint. This is
- often the number of bytes returned by BREAKPOINT_FROM_PC but not
+ often the number of bytes returned by gdbarch_breakpoint_from_pc but not
always. */
set_gdbarch_decr_pc_after_break (gdbarch, 2);
/* Stack grows downward. */