projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
67255d0
)
* arm-tdep.h (arm_get_next_pc): Add declaration.
author
Keith Seitz
<keiths@redhat.com>
Wed, 13 Feb 2002 17:09:07 +0000
(17:09 +0000)
committer
Keith Seitz
<keiths@redhat.com>
Wed, 13 Feb 2002 17:09:07 +0000
(17:09 +0000)
gdb/ChangeLog
patch
|
blob
|
history
gdb/arm-tdep.h
patch
|
blob
|
history
diff --git
a/gdb/ChangeLog
b/gdb/ChangeLog
index ad8474726cf0a5616df058320bed997e4fb24a7f..80aad0d2d7d0ae6bf3149fd0ef4ac751fbf20cd9 100644
(file)
--- a/
gdb/ChangeLog
+++ b/
gdb/ChangeLog
@@
-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
diff --git
a/gdb/arm-tdep.h
b/gdb/arm-tdep.h
index 197d4392aaf66fbdbc115e1b9fd4d4b295d348e4..fc8e01a27e544963f8c6449f057f18fdf2f7dd97 100644
(file)
--- 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);