aboutsummaryrefslogtreecommitdiff
path: root/gdb/arm-tdep.c
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2004-05-08 20:16:34 +0000
committerAndrew Cagney <cagney@redhat.com>2004-05-08 20:16:34 +0000
commite4a2df64e7997f29444053d0747f09e843e4a4e9 (patch)
treebc79f746ad3579885b9961accd96ed3858d39053 /gdb/arm-tdep.c
parentd371282841960ac9d816e189dae1bba1e44be15d (diff)
downloadfsf-binutils-gdb-e4a2df64e7997f29444053d0747f09e843e4a4e9.zip
fsf-binutils-gdb-e4a2df64e7997f29444053d0747f09e843e4a4e9.tar.gz
fsf-binutils-gdb-e4a2df64e7997f29444053d0747f09e843e4a4e9.tar.bz2
2004-05-08 Andrew Cagney <cagney@redhat.com>
* ns32k-tdep.c (ns32k_gdbarch_init): Do not set deprecated_call_dummy_breakpoint_offset or deprecated_call_dummy_start_offset. * dummy-frame.c, arm-tdep.c: Update comments. * gdbarch.sh (DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET) (DEPRECATED_CALL_DUMMY_START_OFFSET): Delete. * gdbarch.h, gdbarch.c: Re-generate. Index: doc/ChangeLog 2004-05-08 Andrew Cagney <cagney@redhat.com> * gdbint.texinfo (Target Architecture Definition): Delete reference to DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
Diffstat (limited to 'gdb/arm-tdep.c')
-rw-r--r--gdb/arm-tdep.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/arm-tdep.c b/gdb/arm-tdep.c
index 57949e1..4caecb7 100644
--- a/gdb/arm-tdep.c
+++ b/gdb/arm-tdep.c
@@ -191,7 +191,7 @@ static int target_is_thumb;
/* Flag set by arm_fix_call_dummy that tells whether the calling
function is a Thumb function. This flag is checked by
- arm_pc_is_thumb and arm_call_dummy_breakpoint_offset. */
+ arm_pc_is_thumb. */
static int caller_is_thumb;