diff options
author | nickc <nickc@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-07-29 08:23:27 +0000 |
---|---|---|
committer | nickc <nickc@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-07-29 08:23:27 +0000 |
commit | 37ae8504d388c2c3e8c5688f3c410e01b687f44d (patch) | |
tree | 3ca66a5e4a615b001e2ad770f92c5d79abf73082 /gcc/ChangeLog | |
parent | 65c2629f9fda9ccc7112b05da6b2c48ec0290bd8 (diff) | |
download | gcc-37ae8504d388c2c3e8c5688f3c410e01b687f44d.tar.gz |
Use force_operand to make sure that the buffer address is in a suitable form
to be passed to force_reg.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@28334 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r-- | gcc/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 851c94e2cc1..e8b54ac8657 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,9 @@ +Thu Jul 29 09:21:42 1999 Nick Clifton <nickc@cygnus.com> + + * builtins.c (expand_builtin_setjmp): Use force_operand to + make sure that the buffer address is in a suitable form to be + passed to force_reg. + Wed Jul 28 12:50:48 1999 Geoff Keating <geoffk@cygnus.com> * config/mips/mips.c: system.h handles MIN and MAX, don't undefine |