diff options
Diffstat (limited to 'gdb/config')
-rw-r--r-- | gdb/config/pa/tm-hppa.h | 2 | ||||
-rw-r--r-- | gdb/config/pa/tm-hppa64.h | 8 |
2 files changed, 0 insertions, 10 deletions
diff --git a/gdb/config/pa/tm-hppa.h b/gdb/config/pa/tm-hppa.h index 1a78c6c..b3fd8c5 100644 --- a/gdb/config/pa/tm-hppa.h +++ b/gdb/config/pa/tm-hppa.h @@ -101,8 +101,6 @@ extern int hppa_instruction_nullified (void); #define INSTRUCTION_SIZE 4 -#define REG_PARM_STACK_SPACE 16 - /* * Unwind table and descriptor. */ diff --git a/gdb/config/pa/tm-hppa64.h b/gdb/config/pa/tm-hppa64.h index 89c9993..a716260 100644 --- a/gdb/config/pa/tm-hppa64.h +++ b/gdb/config/pa/tm-hppa64.h @@ -57,14 +57,6 @@ extern int hpread_adjust_stack_address (CORE_ADDR); /* jimb: omitted dynamic linking stuff here */ -/* The PA64 ABI reserves 64 bytes of stack space for outgoing register - parameters. */ -#undef REG_PARM_STACK_SPACE -#define REG_PARM_STACK_SPACE 64 - -/* Use the 64-bit calling conventions designed for the PA2.0 in wide mode. */ -#define PA20W_CALLING_CONVENTIONS - #undef FUNC_LDIL_OFFSET #undef FUNC_LDO_OFFSET #undef SR4EXPORT_LDIL_OFFSET |