diff options
author | Andrew Cagney <cagney@redhat.com> | 2001-06-15 23:50:46 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2001-06-15 23:50:46 +0000 |
commit | 01fb743397dceca359433900973363362af3596f (patch) | |
tree | f3083bc6121536e0614af9d0e0395914f5b7228d /gdb/arch-utils.c | |
parent | 22cbd7fb8c1f32dc45e0b7ec04a086dc04d00d4f (diff) | |
download | ppe42-binutils-01fb743397dceca359433900973363362af3596f.tar.gz ppe42-binutils-01fb743397dceca359433900973363362af3596f.zip |
Multi-arch CANNOT_FETCH_REGISTER() and CANNOT_STORE_REGISTER().
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 668eafe81e..24ca70fa2d 100644 --- a/gdb/arch-utils.c +++ b/gdb/arch-utils.c @@ -306,6 +306,12 @@ init_frame_pc_noop (int fromleaf, struct frame_info *prev) return; } +int +cannot_register_not (int regnum) +{ + return 0; +} + /* Functions to manipulate the endianness of the target. */ #ifdef TARGET_BYTE_ORDER_SELECTABLE |