* config/s390/s390.h (REG_ALLOC_ORDER): Add missing register.
From-SVN: r50586
This commit is contained in:
parent
fa2d765a47
commit
ff080abaf5
2 changed files with 5 additions and 1 deletions
|
@ -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.
|
||||
|
|
|
@ -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. */
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue