2002-11-26 Andrew Cagney <ac131313@redhat.com>
[binutils-gdb.git] / gdb / config / pa / tm-hppa.h
index 319576d25e1a27076c1df085ee5a83ee9bb31a05..e1faf137ab2eec0d521bc774d545663eea08b648 100644 (file)
 
 #define GDB_MULTI_ARCH 0
 
+/* NOTE: cagney/2002-11-24: This is a guess.  */
+#define USE_GENERIC_DUMMY_FRAMES 0
+#define CALL_DUMMY_LOCATION ON_STACK
+#define PC_IN_CALL_DUMMY(pc, sp, frame_address) pc_in_call_dummy_on_stack (pc, sp, frame_address)
+
 /* Forward declarations of some types we use in prototypes */
 
 struct frame_info;