aboutsummaryrefslogtreecommitdiff
path: root/gdb/arch-utils.c
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2001-06-15 23:10:55 +0000
committerAndrew Cagney <cagney@redhat.com>2001-06-15 23:10:55 +0000
commit10312cc4d25cc384e349900124dacff806955797 (patch)
tree8374ffa3ffdc22353254f7aa9fc6e3dccb986038 /gdb/arch-utils.c
parentdd80620e6b85a692434015686adb5e0242734089 (diff)
downloadgdb-10312cc4d25cc384e349900124dacff806955797.zip
gdb-10312cc4d25cc384e349900124dacff806955797.tar.gz
gdb-10312cc4d25cc384e349900124dacff806955797.tar.bz2
Multi-arch INIT_FRAME_PC() and INIT_FRAME_PC_FIRST().
Diffstat (limited to 'gdb/arch-utils.c')
-rw-r--r--gdb/arch-utils.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/arch-utils.c b/gdb/arch-utils.c
index 3300ce5..668eafe 100644
--- a/gdb/arch-utils.c
+++ b/gdb/arch-utils.c
@@ -300,6 +300,12 @@ generic_prepare_to_proceed (int select_it)
}
+void
+init_frame_pc_noop (int fromleaf, struct frame_info *prev)
+{
+ return;
+}
+
/* Functions to manipulate the endianness of the target. */
#ifdef TARGET_BYTE_ORDER_SELECTABLE