* blockframe.c (get_prev_frame_info): If pc in sigtramp, set
[deliverable/binutils-gdb.git] / gdb / config / m68k / tm-hp300bsd.h
index 6a1906975d03a94a42342f8b4f23afe970c23fb9..9184725d78819559ddf3e3d2d8a352722ce9efce 100644 (file)
@@ -38,10 +38,8 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.  */
    (hence STACK_END_ADDR as opposed to KERNEL_U_ADDR).  This tests
    for the whole u area, since we don't necessarily have hp300bsd
    include files around.  */
-#define IN_SIGTRAMP(pc, name) \
-  ((pc) >= STACK_END_ADDR   \
-   && (pc) < STACK_END_ADDR + TARGET_UPAGES * TARGET_NBPG \
-   )
+#define SIGTRAMP_START STACK_END_ADDR
+#define SIGTRAMP_END (STACK_END_ADDR + TARGET_UPAGES * TARGET_NBPG)
 
 /* Address of end of stack space.  */
 
This page took 0.02363 seconds and 4 git commands to generate.