From 5b16f5560b6372d7397cdcaf9ee7f9b4dce3fc12 Mon Sep 17 00:00:00 2001 From: Graham Stott Date: Thu, 26 Jul 2001 05:43:34 +0000 Subject: [PATCH] function.c (locate_and_pad_parm): Also pad initial offset so that the total argument size also includes the padding. * function.c (locate_and_pad_parm): Also pad initial offset so that the total argument size also includes the padding. * gensupport.c (alter_output_for_insn): Correct enable checking failure change XSTR to XTMPL. (process_one_cond_exec): Likewise From-SVN: r44377 --- gcc/ChangeLog | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index f6c6ef469ae..39e602200f1 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,15 @@ +2001-07-26 Graham Stott + + * function.c (locate_and_pad_parm): Also pad initial offset + so that the total argument size also includes the padding. + +2001-07-26 Graham Stott + + * gensupport.c (alter_output_for_insn): Correct enable checking failure + change XSTR to XTMPL. + + (process_one_cond_exec): Likewise + 2001-07-25 Richard Henderson * varasm.c (assemble_variable): Create DECL_RTL before setting -- 2.30.2