Cleanups. Now passes!
[deliverable/binutils-gdb.git] / gdb / target.h
index 457308c3c60a54587f209651ed2eb11b217a56f5..7c97ba619d3465e2985e2f533a0b6c2f11ffd6ef 100644 (file)
@@ -1253,12 +1253,4 @@ extern void push_remote_target (char *name, int from_tty);
 /* Blank target vector entries are initialized to target_ignore. */
 void target_ignore (void);
 
-/* Macro for getting target's idea of a frame pointer.
-   FIXME: GDB's whole scheme for dealing with "frames" and
-   "frame pointers" needs a serious shakedown.  */
-#ifndef TARGET_VIRTUAL_FRAME_POINTER
-#define TARGET_VIRTUAL_FRAME_POINTER(ADDR, REGP, OFFP) \
-   do { *(REGP) = FP_REGNUM; *(OFFP) =  0; } while (0)
-#endif /* TARGET_VIRTUAL_FRAME_POINTER */
-
 #endif /* !defined (TARGET_H) */
This page took 0.023374 seconds and 4 git commands to generate.