From e6c4bf4bf0275c97d8c3946f7b732c0fd6f51ef0 Mon Sep 17 00:00:00 2001 From: grahams 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. * gensupport.c (alter_output_for_insn): Correct enable checking failure change XSTR to XTMPL. (process_one_cond_exec): Likewise git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@44377 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/ChangeLog | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index f6c6ef4..39e6022 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.7.4