aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorAlexandre Oliva <aoliva@gcc.gnu.org>2003-01-15 10:57:14 +0000
committerAlexandre Oliva <aoliva@gcc.gnu.org>2003-01-15 10:57:14 +0000
commitacfa9d9f913403e597859bb2bf730ba5b8ea447e (patch)
treef72f45a807bfd0b2e39171915fb99167938ecc4d /gcc
parent027faee730c5517d1e9b232146a0435953633781 (diff)
downloadgcc-acfa9d9f913403e597859bb2bf730ba5b8ea447e.zip
gcc-acfa9d9f913403e597859bb2bf730ba5b8ea447e.tar.gz
gcc-acfa9d9f913403e597859bb2bf730ba5b8ea447e.tar.bz2
put back entry mistakenly taken out by hpenner
From-SVN: r61324
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog3
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.