* arm-tdep.h (arm_get_next_pc): Add declaration.
authorKeith Seitz <keiths@redhat.com>
Wed, 13 Feb 2002 17:09:07 +0000 (17:09 +0000)
committerKeith Seitz <keiths@redhat.com>
Wed, 13 Feb 2002 17:09:07 +0000 (17:09 +0000)
gdb/ChangeLog
gdb/arm-tdep.h

index ad84747..80aad0d 100644 (file)
@@ -1,3 +1,7 @@
+2002-02-13  Keith Seitz  <keiths@redhat.com>
+
+       * arm-tdep.h (arm_get_next_pc): Add declaration.
+
 2002-02-13  Richard Earnshaw  <rearnsha@arm.com>
 
        * arm-tdep.c (arm_use_struct_convention): Make static.  Move to be
index 197d439..fc8e01a 100644 (file)
@@ -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);