Allow combinations involving the flag register

From-SVN: r37740
This commit is contained in:
Bernd Schmidt 2000-11-25 18:04:51 +00:00 committed by Bernd Schmidt
parent 2be36552c6
commit 59a9e22e8e
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2000-11-25 Bernd Schmidt <bernds@redhat.co.uk>
* config/i386/i386.h (FIXED_REGS): Make the three flags registers
fixed.
2000-11-25 Philipp Thomas <pthomas@suse.de>
* configure.in (ALL_LINGUAS): Remove en_GB and add sv.
* configure: Rebuilt.

View File

@ -628,7 +628,7 @@ extern int ix86_arch;
/*ax,dx,cx,bx,si,di,bp,sp,st,st1,st2,st3,st4,st5,st6,st7*/ \
{ 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, \
/*arg,flags,fpsr,dir,frame*/ \
1, 0, 0, 0, 1, \
1, 1, 1, 1, 1, \
/*xmm0,xmm1,xmm2,xmm3,xmm4,xmm5,xmm6,xmm7*/ \
0, 0, 0, 0, 0, 0, 0, 0, \
/*mmx0,mmx1,mmx2,mmx3,mmx4,mmx5,mmx6,mmx7*/ \