aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Weigand <uweigand@de.ibm.com>2002-03-11 14:04:51 +0000
committerUlrich Weigand <uweigand@gcc.gnu.org>2002-03-11 14:04:51 +0000
commitff080abaf5df0d726139dcc5ac2d4233e14b4b76 (patch)
treec8cdaa83a77b840dbaed8218b140efdcfb85f85c
parentfa2d765a47f69e32c79695d95b866e5f4f33f1e9 (diff)
downloadgcc-ff080abaf5df0d726139dcc5ac2d4233e14b4b76.zip
gcc-ff080abaf5df0d726139dcc5ac2d4233e14b4b76.tar.gz
gcc-ff080abaf5df0d726139dcc5ac2d4233e14b4b76.tar.bz2
* config/s390/s390.h (REG_ALLOC_ORDER): Add missing register.
From-SVN: r50586
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/config/s390/s390.h2
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 776a162..f72ad4f 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,7 @@
+2002-03-11 Ulrich Weigand <uweigand@de.ibm.com>
+
+ * config/s390/s390.h (REG_ALLOC_ORDER): Add missing register.
+
2002-03-11 Douglas B Rupp <rupp@gnat.com>
* toplev.c (vms_fopen): Remove, not needed.
diff --git a/gcc/config/s390/s390.h b/gcc/config/s390/s390.h
index 005c2f3..bdfc455 100644
--- a/gcc/config/s390/s390.h
+++ b/gcc/config/s390/s390.h
@@ -216,7 +216,7 @@ if (INTEGRAL_MODE_P (MODE) && \
{ 1, 2, 3, 4, 5, 0, 14, 13, 12, 11, 10, 9, 8, 7, 6, \
16, 17, 18, 19, 20, 21, 22, 23, \
24, 25, 26, 27, 28, 29, 30, 31, \
- 15, 32, 33 }
+ 15, 32, 33, 34 }
/* Standard register usage. */