From 679ce7310245be5d095510574825f4616f6075d8 Mon Sep 17 00:00:00 2001 From: Andrew Cagney Date: Thu, 26 Nov 1998 11:13:01 +0000 Subject: CARP: Delete ABOUT_TO_RETURN across all targets. --- gdb/config/m68k/tm-m68k.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'gdb/config/m68k/tm-m68k.h') diff --git a/gdb/config/m68k/tm-m68k.h b/gdb/config/m68k/tm-m68k.h index 1e7e8e2..74d4eea 100644 --- a/gdb/config/m68k/tm-m68k.h +++ b/gdb/config/m68k/tm-m68k.h @@ -91,12 +91,6 @@ extern void m68k_find_saved_regs PARAMS ((struct frame_info *, struct frame_save #define DECR_PC_AFTER_BREAK 2 #endif -/* Nonzero if instruction at PC is a return instruction. */ -/* Allow any of the return instructions, including a trapv and a return - from interupt. */ - -#define ABOUT_TO_RETURN(pc) ((read_memory_integer (pc, 2) & ~0x3) == 0x4e74) - /* 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. */ -- cgit v1.1