aboutsummaryrefslogtreecommitdiff
path: root/gdb/config
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2000-08-04 03:17:57 +0000
committerAndrew Cagney <cagney@redhat.com>2000-08-04 03:17:57 +0000
commit0a49d05ee07086ae07448a203fc8e89ea0af89d1 (patch)
tree501dba85b2506732136312e0a21da989f54880f2 /gdb/config
parentf6e6b40ff59365e1c8698764eea9fd1818bdb02a (diff)
downloadgdb-0a49d05ee07086ae07448a203fc8e89ea0af89d1.zip
gdb-0a49d05ee07086ae07448a203fc8e89ea0af89d1.tar.gz
gdb-0a49d05ee07086ae07448a203fc8e89ea0af89d1.tar.bz2
Multi-arch EXTRA_STACK_ALIGNMENT_NEEDED (nee NO_EXTRA_ALIGNMENT_NEEDED).
Diffstat (limited to 'gdb/config')
-rw-r--r--gdb/config/pa/tm-hppa.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/config/pa/tm-hppa.h b/gdb/config/pa/tm-hppa.h
index 2dbb74b..269e30f 100644
--- a/gdb/config/pa/tm-hppa.h
+++ b/gdb/config/pa/tm-hppa.h
@@ -106,7 +106,7 @@ extern CORE_ADDR saved_pc_after_call (struct frame_info *);
On hppa the sp must always be kept 64-bit aligned */
#define STACK_ALIGN(arg) ( ((arg)%8) ? (((arg)+7)&-8) : (arg))
-#define NO_EXTRA_ALIGNMENT_NEEDED 1
+#define EXTRA_STACK_ALIGNMENT_NEEDED 0
/* Sequence of bytes for breakpoint instruction. */