diff options
author | Andrew Cagney <cagney@redhat.com> | 2001-06-15 23:10:55 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2001-06-15 23:10:55 +0000 |
commit | 10312cc4d25cc384e349900124dacff806955797 (patch) | |
tree | 8374ffa3ffdc22353254f7aa9fc6e3dccb986038 /gdb/arch-utils.c | |
parent | dd80620e6b85a692434015686adb5e0242734089 (diff) | |
download | gdb-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.c | 6 |
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 |