* gdbarch.sh (EXTRA_STACK_ALIGNMENT_NEEDED): Don't require when
authorAndrew Cagney <cagney@redhat.com>
Sun, 10 Feb 2002 17:03:47 +0000 (17:03 +0000)
committerAndrew Cagney <cagney@redhat.com>
Sun, 10 Feb 2002 17:03:47 +0000 (17:03 +0000)
multi-arch partial.

gdb/ChangeLog
gdb/gdbarch.sh

index 4af4e088cdf73a8698f5ecc35f364cd93e5b133e..194cdc4ca6e19668a30d7af7e80679308891b076 100644 (file)
@@ -1,3 +1,8 @@
+2002-02-10  Andrew Cagney  <ac131313@redhat.com>
+
+       * gdbarch.sh (EXTRA_STACK_ALIGNMENT_NEEDED): Don't require when
+       multi-arch partial.
+       
 2002-02-10  Andrew Cagney  <ac131313@redhat.com>
 
        * gdbarch.sh: Map LEVEL onto a symbolic GT_LEVEL.  Exit on bad
index f25835ee9f988a876bdedb50cd61299c1b7c52f5..e41d3df585c872a93b45effd37dc76d509786eb4 100755 (executable)
@@ -543,7 +543,7 @@ f:2:SAVED_PC_AFTER_CALL:CORE_ADDR:saved_pc_after_call:struct frame_info *frame:f
 f:2:FRAME_NUM_ARGS:int:frame_num_args:struct frame_info *frame:frame::0:0
 #
 F:2:STACK_ALIGN:CORE_ADDR:stack_align:CORE_ADDR sp:sp::0:0
-v:1:EXTRA_STACK_ALIGNMENT_NEEDED:int:extra_stack_alignment_needed::::0:1::0:::
+v:2:EXTRA_STACK_ALIGNMENT_NEEDED:int:extra_stack_alignment_needed::::0:1::0:::
 F:2:REG_STRUCT_HAS_ADDR:int:reg_struct_has_addr:int gcc_p, struct type *type:gcc_p, type::0:0
 F:2:SAVE_DUMMY_FRAME_TOS:void:save_dummy_frame_tos:CORE_ADDR sp:sp::0:0
 v:2:PARM_BOUNDARY:int:parm_boundary
This page took 0.029625 seconds and 4 git commands to generate.