diff options
Diffstat (limited to 'gdb/config/i960/tm-i960.h')
-rw-r--r-- | gdb/config/i960/tm-i960.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gdb/config/i960/tm-i960.h b/gdb/config/i960/tm-i960.h index 11ae4a4..c80f7f3 100644 --- a/gdb/config/i960/tm-i960.h +++ b/gdb/config/i960/tm-i960.h @@ -64,10 +64,6 @@ extern CORE_ADDR saved_pc_after_call (); #define INNER_THAN > -/* Nonzero if instruction at ip is a return instruction. */ - -#define ABOUT_TO_RETURN(ip) (read_memory_integer(ip,4) == 0x0a000000) - /* Say how long (ordinary) registers are. This is a piece of bogosity used in push_word and a few other places; REGISTER_RAW_SIZE is the real way to know how big a register is. */ |