aboutsummaryrefslogtreecommitdiff
path: root/gdb/arm-tdep.h
diff options
context:
space:
mode:
authorKeith Seitz <keiths@redhat.com>2002-02-13 17:09:07 +0000
committerKeith Seitz <keiths@redhat.com>2002-02-13 17:09:07 +0000
commit3e0b0f4890824bbbeb56081ac7d633537c94ad15 (patch)
tree3e002a5b2207bbee08bc6c3c88eac5ad27ed28ee /gdb/arm-tdep.h
parent67255d04f2a93f2e9e56fcd164fee855f938112d (diff)
downloadfsf-binutils-gdb-3e0b0f4890824bbbeb56081ac7d633537c94ad15.zip
fsf-binutils-gdb-3e0b0f4890824bbbeb56081ac7d633537c94ad15.tar.gz
fsf-binutils-gdb-3e0b0f4890824bbbeb56081ac7d633537c94ad15.tar.bz2
* arm-tdep.h (arm_get_next_pc): Add declaration.
Diffstat (limited to 'gdb/arm-tdep.h')
-rw-r--r--gdb/arm-tdep.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/arm-tdep.h b/gdb/arm-tdep.h
index 197d439..fc8e01a 100644
--- a/gdb/arm-tdep.h
+++ b/gdb/arm-tdep.h
@@ -106,3 +106,4 @@ int arm_pc_is_thumb (CORE_ADDR);
CORE_ADDR thumb_get_next_pc (CORE_ADDR);
+CORE_ADDR arm_get_next_pc (CORE_ADDR);