diff options
author | Graham Stott <grahams@gcc.gnu.org> | 2001-07-26 05:43:34 +0000 |
---|---|---|
committer | Graham Stott <grahams@gcc.gnu.org> | 2001-07-26 05:43:34 +0000 |
commit | 5b16f5560b6372d7397cdcaf9ee7f9b4dce3fc12 (patch) | |
tree | 4fbe0a31229d3312675f18c50c9d1eebd8941b71 /gcc | |
parent | 3f19669a7cb802ce05fde56e7cfb87c8df2494cb (diff) | |
download | gcc-5b16f5560b6372d7397cdcaf9ee7f9b4dce3fc12.zip gcc-5b16f5560b6372d7397cdcaf9ee7f9b4dce3fc12.tar.gz gcc-5b16f5560b6372d7397cdcaf9ee7f9b4dce3fc12.tar.bz2 |
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
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
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 <grahams@redhat.com> + + * 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 <grahams@redhat.com> + + * gensupport.c (alter_output_for_insn): Correct enable checking failure + change XSTR to XTMPL. + + (process_one_cond_exec): Likewise + 2001-07-25 Richard Henderson <rth@redhat.com> * varasm.c (assemble_variable): Create DECL_RTL before setting |