aboutsummaryrefslogtreecommitdiff
path: root/gdb/config/pa
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2004-04-03 17:49:08 +0000
committerAndrew Cagney <cagney@redhat.com>2004-04-03 17:49:08 +0000
commitd0bd2d18e4af195ff03856e08bfa391140d2be74 (patch)
tree553904e9df4326366c266f8c82c10988a7da1d8e /gdb/config/pa
parentb87178c354804b7715956b01f13341ed554c67a0 (diff)
downloadgdb-d0bd2d18e4af195ff03856e08bfa391140d2be74.zip
gdb-d0bd2d18e4af195ff03856e08bfa391140d2be74.tar.gz
gdb-d0bd2d18e4af195ff03856e08bfa391140d2be74.tar.bz2
2004-04-03 Andrew Cagney <cagney@redhat.com>
* config/pa/tm-hppa.h (REG_PARM_STACK_SPACE): Delete. * config/pa/tm-hppa64.h (PA20W_CALLING_CONVENTIONS) (REG_PARM_STACK_SPACE): Delete. * hppa-tdep.c (hppa64_push_dummy_call, hppa32_push_dummy_call): Inline reference to REG_PARM_STACK_SPACE.
Diffstat (limited to 'gdb/config/pa')
-rw-r--r--gdb/config/pa/tm-hppa.h2
-rw-r--r--gdb/config/pa/tm-hppa64.h8
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