From e92b0cc9b14f693df6d7e34882d76f62f5c467c8 Mon Sep 17 00:00:00 2001 From: Andrew Cagney Date: Wed, 27 Nov 2002 01:08:50 +0000 Subject: 2002-11-26 Andrew Cagney * config/h8500/tm-h8500.h (CALL_DUMMY_LOCATION): Define as ON_STACK. (USE_GENERIC_DUMMY_FRAMES): Define as zero. (PC_IN_CALL_DUMMY): Define as pc_in_call_dummy_on_stack. * config/mn10200/tm-mn10200.h (PC_IN_CALL_DUMMY): Define as pc_in_call_dummy_at_entry_point. * config/pa/tm-hppa.h (CALL_DUMMY_LOCATION): Define as ON_STACK. (USE_GENERIC_DUMMY_FRAMES): Define as zero. (PC_IN_CALL_DUMMY): Define as pc_in_call_dummy_on_stack. * config/pa/tm-hppa64.h (CALL_DUMMY_LOCATION): Delete undefine. * config/sparc/tm-sparc.h (PC_IN_CALL_DUMMY): Define as pc_in_call_dummy_on_stack. * config/sparc/tm-sp64.h (PC_IN_CALL_DUMMY): Redefine as pc_in_call_dummy_at_entry_point and pc_in_call_dummy_on_stack. * config/z8k/tm-z8k.h (CALL_DUMMY_LOCATION): Define as ON_STACK. (USE_GENERIC_DUMMY_FRAMES): Define as zero. (PC_IN_CALL_DUMMY): Defile as pc_in_call_dummy_on_stack. --- gdb/config/pa/tm-hppa.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'gdb/config/pa') diff --git a/gdb/config/pa/tm-hppa.h b/gdb/config/pa/tm-hppa.h index 319576d..e1faf13 100644 --- a/gdb/config/pa/tm-hppa.h +++ b/gdb/config/pa/tm-hppa.h @@ -26,6 +26,11 @@ #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; -- cgit v1.1