From 01fb743397dceca359433900973363362af3596f Mon Sep 17 00:00:00 2001 From: Andrew Cagney Date: Fri, 15 Jun 2001 23:50:46 +0000 Subject: Multi-arch CANNOT_FETCH_REGISTER() and CANNOT_STORE_REGISTER(). --- gdb/arch-utils.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'gdb/arch-utils.c') 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 -- cgit v1.2.1