diff options
author | Alexandre Oliva <aoliva@gcc.gnu.org> | 2003-01-15 10:57:14 +0000 |
---|---|---|
committer | Alexandre Oliva <aoliva@gcc.gnu.org> | 2003-01-15 10:57:14 +0000 |
commit | acfa9d9f913403e597859bb2bf730ba5b8ea447e (patch) | |
tree | f72f45a807bfd0b2e39171915fb99167938ecc4d | |
parent | 027faee730c5517d1e9b232146a0435953633781 (diff) | |
download | gcc-acfa9d9f913403e597859bb2bf730ba5b8ea447e.zip gcc-acfa9d9f913403e597859bb2bf730ba5b8ea447e.tar.gz gcc-acfa9d9f913403e597859bb2bf730ba5b8ea447e.tar.bz2 |
put back entry mistakenly taken out by hpenner
From-SVN: r61324
-rw-r--r-- | gcc/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 6cc15b0..ab9add8 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -20,6 +20,9 @@ 2003-01-15 Alexandre Oliva <aoliva@redhat.com> + * config/i386/i386.c (ix86_expand_vector_move): Validize constant + forced to memory. Fixes PR bootstrap/9036. + * config/mips/mips.h (CRT_CALL_STATIC_FUNCTION): Define so as to set $gp before the call. |