From: Graham Stott Date: Thu, 26 Jul 2001 05:43:34 +0000 (+0000) Subject: function.c (locate_and_pad_parm): Also pad initial offset so that the total argument... X-Git-Tag: prereleases/libstdc++-3.0.95~3040 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5b16f5560b6372d7397cdcaf9ee7f9b4dce3fc12;p=thirdparty%2Fgcc.git 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 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index f6c6ef469ae4..39e602200f10 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