aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorAldy Hernandez <aldyh@gcc.gnu.org>2003-06-20 20:16:17 +0000
committerAldy Hernandez <aldyh@gcc.gnu.org>2003-06-20 20:16:17 +0000
commit1a3f10e26529f363ec87afa2cc4a345f15523cb0 (patch)
tree6443ee8c2686cc8529fcb7fb987f62e44c901fd1 /gcc
parente819ee4487e5fc02903e71a72cf35841eb62932f (diff)
downloadgcc-1a3f10e26529f363ec87afa2cc4a345f15523cb0.zip
gcc-1a3f10e26529f363ec87afa2cc4a345f15523cb0.tar.gz
gcc-1a3f10e26529f363ec87afa2cc4a345f15523cb0.tar.bz2
rs6000.h (LEGITIMATE_CONSTANT_P): Adjust for vectors.
2003-06-20 Aldy Hernandez <aldyh@redhat.com> PR/11092 * config/rs6000/rs6000.h (LEGITIMATE_CONSTANT_P): Adjust for vectors. [[Split portion of a mixed commit.]] From-SVN: r68283.2
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 7625bae..ad409c7 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,9 @@
+2003-06-20 Aldy Hernandez <aldyh@redhat.com>
+
+ PR/11092
+ * config/rs6000/rs6000.h (LEGITIMATE_CONSTANT_P): Adjust for
+ vectors.
+
2003-06-20 Kelley Cook <kelleycook@wideopenwest.com>
* opts.sh: Tweak awk script for portability.