Commit 59a9e22e by Bernd Schmidt Committed by Bernd Schmidt

Allow combinations involving the flag register

From-SVN: r37740
parent 2be36552
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.
......
......@@ -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*/ \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment